Skip to content

kingedward35/Jupitr

 
 

Repository files navigation

Jupitr

Jupitr is portal for Hack Reactor students and alumni to connect with each other.

Team

  • Product Owner: Kevin Lee
  • Scrum Master: Donald Steinert
  • Development Team Members: Melinda Budde, Lain Jiang

Requirements

  • Node 0.12.7
  • Npm 2.14.2
  • MongoDB 3.0.6
  • Mongoose 4.1.8

Development

Installing Dependencies

From within the root directory install all dependencies with the following command:

npm install

Usage

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

Roadmap

View the project roadmap here

Contributing

See CONTRIBUTING.md for contribution guidelines along with the project's STYLE-GUIDE.md

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • JavaScript 77.0%
  • HTML 18.7%
  • CSS 4.3%