npm run
to start the service on the default port 3000.
Don't forget to start the CouchDB and update the dbUrl
in the app/config/config.js
.
POST
to /users
Example:
{
"id": "[email protected]",
"name": "Arthur"
}
POST
to /events
Example:
{
"name": "Log In",
"logLevel": "warning",
"userID": "[email protected]",
"message": "Invalid Password",
"client": {
"platform": "iOS",
"version": "1.2.0"
}
}
info
debug
warning
error