- Run mongodb in-memory
mongod --storageEngine mmapv1
and create database - Create config for different environments in
index.js
file based onindex-example.js
in config folder - Update host property in
swagger.json
file - Run
npm install
to install dependencies
- Run
npm run dev
ornpm run start
to run http API
- Run
npm run test
to run integration tests - Run
npm run dev
and go tohost:port/api-docs
url to check out Swagger UI for http API