Rest API
Tested on Node v6 and above
TODO: write description for this
Create .env file in the root folder and add MONGO_URL=your-mongo-url
npm start
- Start live-reloading development servernpm test
- Run test suitenpm run test:watch
- Run test suite with auto-reloadingnpm run coverage
- Generate test coveragenpm run build
- Generate production ready application in./build
npm run lint
- Lint the js filesnpm run doc
- Create API doc, you can check your docs at http://your-domain:port/docs