- API: GetAllTask, GetTaskById, PostTask, PatchTaskStatus & DeleteTask
- TypeOrm + PostgreSQL
- Module Authentication & Authorization(using Passport.js)
- SignUp & SignIn with TokenJWT
- Unit Test with Jest
# development
$ npm run start
# watch mode
$ npm run start:dev
# production mode
$ npm run start:prod