This repository contains a API Microservice Starter.
You have to use the following command to start a development server:
npm run start:dev
Use following command to start project on staging and production environments:
npm start
Following tests libraries are used for unit/integration tests:
Use following command to run tests coverage:
npm test
See Dockerfile
for more details.