VITacademics Backend and Web App
This is currently hosted [here] (http://vitacademics-rel.herokuapp.com/)
For the API Documentation, check out the [Project Wiki] (https://github.com/aneesh-neelam/VITacademics/wiki)
Please report any bugs or issues [here] (https://github.com/aneesh-neelam/VITacademics/issues)
$ npm install
The npm postinstall script to run bower may not work properly on Windows, see this issue
# npm -g install bower
$ bower install
$ npm start
- A MongoDB instance running locally or valid "MONGOLAB_URI"/"MONGOHQ_URI" string in process.env
- A valid "COOKIE_SECRET" string in process.env for better security (Optional)
- A valid "LOGENTRIES_TOKEN" in process.env for Logentries support (Optional)
- A valid "NEWRELIC_APP_NAME" and "NEWRELIC_LICENSE" in process.env for New Relic support (Optional)