Jupitr is portal for Hack Reactor students and alumni to connect with each other.
- Product Owner: Kevin Lee
- Scrum Master: Donald Steinert
- Development Team Members: Melinda Budde, Lain Jiang
- Node 0.12.7
- Npm 2.14.2
- MongoDB 3.0.6
- Mongoose 4.1.8
From within the root directory install all dependencies with the following command:
npm install
Once your MongoDB server is running, you can seed the database with randomly generated user profiles with either of the following commands:
node db/seed-db.js [number of profiles to create]
grunt seeddb // creates 50 profile records with each call
Jupiter can be deployed locally with the following command:
grunt local
Additional Grunt tasks are specified in Gruntfile.js
View the project roadmap here
See CONTRIBUTING.md for contribution guidelines along with the project's STYLE-GUIDE.md