Trip Planner (TP)
TP helps you organize and plan your next vacation. We help you take care of everything you need to have a more satisfying go.
- Product Owner: Elizabeth Sciortino
- Scrum Master: Tim Dang
- Development Team Members: Fanny Vasquez Steven Tsao Tyler Cookson
TP is a Single Page Application that runs on MongoDB Express JS Angular JS and Node JS. The entry point to start the site is by running:
node server/server.js
- Node 0.10.x
- angular: 1.5.0
- angular-ui-router: 0.2.18
- bcrypt-nodejs: 0.0.3
- body-parser: 1.15.0
- cloudinary: 1.3.0
- cookie-parser: 1.4.1
- ejs: 2.4.1
- express: 4.13.4
- express-session: 1.13.0
- handlebars: 4.0.5
- jquery: 2.2.1
- jsonwebtoken: 5.7.0
- jwt-simple: 0.2.0
- lodash: 4.5.1
- mailgun-js: 0.7.7
- moment: 2.11.2
- mongoose: 4.4.4
- morgan: 1.6.1
- node-gyp: 3.3.0
- oauth: 0.9.14
- q: 1.0.1
- yelp: 1.0.1
Development for this project was completed during Hack Reactor's Greenfield project sprint. It took several intensive days and five dedicated Cobras to deliver the working product you see here.
From within the root directory:
npm install
bower install
View the project roadmap here
See CONTRIBUTING.md for contribution guidelines.
@git-commands git pull --rebase upstream stage git pull --rebase upstream yourbranchhere