A simple task management application using Nest framework, PostgreSQL and Redis with e2e & unit test cases.
Docker and Docker Compose$ yarn install# development mode
$ yarn start:dev
# development tools
$ yarn start:tools
# production mode
$ yarn start:prod# unit tests
$ yarn test
# e2e tests
$ yarn test:e2e
# test coverage
$ yarn test:cov