Task Manager exercise build with NestJS with:
- Get, Post, Delete and Patch endpoints to list, create delete and update tasks.
- Postgre data persistance
- Authentication using hashed passwords and JSON Web Tokens
$ npm install
# development
$ npm run start
# watch mode
$ npm run start:dev
# production mode
$ npm run start:prod
# unit tests
$ npm run test
# e2e tests
$ npm run test:e2e
# test coverage
$ npm run test:cov
- Author - David Garcia
- Twitter - @d4vecarter
Nest is MIT licensed.