Browse API - http://api.flaper.org/explorer/
Based on LoopBack framework.
mongodb 2.6 or higher
npm install
To upload required constant to database
npm run constants
(this only add new constants, indexes, doesn't remove anything, so this can be used for production db)
npm start
npm test
npm run t - will skip uploading fixtures
To upload sample development data into database (will erase your current data).
npm run fixtures
Access token which you can get in the users/login method should be passed in the Authorization header:
Authorization: roEeqLH7oCCVsZgI1NJ0EM6i4jlGUeUO7ZlMugsXWluAXWGWjsGK5o3GtmK8qRNA
Any collection can be used either in camelCase && CamelCase in url.