Skip to content

rarescarab/localhost

 
 

Repository files navigation

Tourganic

A website that helps knowledgable locals become tour guides within their own city, providing them a quick and easy way to offer tours to curious visitors or even other locals.

Comatose Trombones

  • Product Owner: Hazal Ozcan
  • Scrum Master: Thomas Hoffmann
  • Development Team Members: Daniel Wong, Josh Sheller

Table of Contents

  1. Features
  2. Usage
  3. Requirements
  4. Development
    1. Installing Dependencies
      1. Roadmap
  5. Contributing

##Features

Users can create new tours, specifying the location, price, data, name, and a brief description of the tour. Users can search for tours, searching by the price range, tour name, and city. A google-map aids the searching process by displaying the location of each search result within a city. Clicking on a tour brings up more information for that particular tour, allowing the user to join it if they wish by clicking the "Join Tour" button. Each user has their own unique profile, displaying information such as their About Me, tours they have created, and tours they are planning to attend.

Usage

After you clone this repo to your desktop, go to its root directory and run npm install to install its dependencies.

Once the dependencies are installed, you can run npm start to start the application. You will then be able to access it at localhost:8080

Requirements

  • Node v5.4.1
  • MongoDB v3.2.3
  • React v0.14.7
  • jQuery v2.2.0
  • Webpack 2.1.0-beta.4

Development

Installing Dependencies

From within the root directory:

sudo npm install -g bower
npm install
bower install

Roadmap

View the project roadmap here

Contributing

See CONTRIBUTING.md for contribution guidelines.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • JavaScript 95.6%
  • CSS 4.0%
  • HTML 0.4%