API for devops Dashboard
$ yarn$ cd docker && docker-compose --env-file ../.env up -d && cd ..# development
$ yarn start
# watch mode
$ yarn start:dev
# production mode
$ yarn start:prod# unit tests
$ npm run test
# e2e tests
$ npm run test:e2e
# test coverage
$ npm run test:cov