$ yarn install# development
$ yarn run start
# watch mode
$ yarn run start:dev
# production mode
$ yarn run start:prod# unit tests
$ yarn run test
# e2e tests
$ yarn run test:e2e
# test coverage
$ yarn run test:cov-
https://medium.com/swlh/deploy-nest-js-app-with-postgres-in-vps-e1ce4abd2cad
-
https://www.devteam.space/blog/how-to-deploy-a-web-app-with-docker-containers/
3.https://github.com/jeiker26/nestjs-mongo-docker/tree/master