- Install NodeJS and MongoDB.
- Start the Mongo server by opening a new terminal tab and typing
mongod. - Install dependencies with
npm install - Obtain the super secret config file by contacting Joe or David if you're interested in working on this project.
- Run server with
npm start, run api test withnpm test
- Fork or branch
devthen submit a PR back todev. - We'll review it and merge it into
devif it's ready. - As necessary, we'll merge
devintomaster. - Our production server will automatically update based on changes in
masterDO NOT submit PRs tomasteror attempt to push directly tomasterbecause this branch must be kept pristine and production-ready at all times.