Description Test Api NestJs. Swagger Installation # install make i # postgre make docker-compose Running the app # development $ make start # watch mode $ make dev # production mode $ make prod Test # unit tests $ make test_unit # e2e tests $ make test_e2e