The API for the mobile app segment
- Install Node
- on OSX , install git and type 'brew install git'
- on OSX, install home brew and type
brew install node
- on Windows, use the installer available at nodejs.org
- On OSX you can alleviate the need to run as sudo by following John Papa's instructions
- Open terminal
Contact the project maintainer on Slack to request access to our development database to begin contributing.
To get up and running run the following command
$ npm run server
To run the unit test for this project
$ npm run test