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.
- Product Owner: Hazal Ozcan
- Scrum Master: Thomas Hoffmann
- Development Team Members: Daniel Wong, Josh Sheller
##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.
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
- Node v5.4.1
- MongoDB v3.2.3
- React v0.14.7
- jQuery v2.2.0
- Webpack 2.1.0-beta.4
From within the root directory:
sudo npm install -g bower
npm install
bower install
View the project roadmap here
See CONTRIBUTING.md for contribution guidelines.