Backend service for overmotivator
- accessible mongodb
npm install
No configuration required, server runs with defaults fine.
Configuration can be defined in config.json with parameters used to run the backend, like this:
{
"port": 1337,
"host": "0.0.0.0",
"databaseUri": "mongodb://localhost:27017/test",
"appId": "myTestAppId",
"masterKey": "someMasterKey",
"serverUrl": "http://localhost:1337/parse"
}
./bin/start.sh
./bin/stop.sh