Microservice which provides CRUD ability on orders related to SoftWidget.
npm installnpm start
You can add or modify the configuration in config/config.js or can reference environment variables from a .env file in this location.
Contains various test suites of the API.
These can be run by running npm run test.
Contains seed file to pre-populate the database.
These can be run by running ./node_modules/.bin/md-seed run --dropdb
For test NODE_ENV=test ./node_modules/.bin/md-seed run --dropdb
Here is the link to see the APIs in postman collection