/nestjs-task

NestJS App + TypeORM & PostgreSQL + Module Authorization-Authentication

Primary LanguageTypeScript

Nest Logo

NestJS App - Task Management

  • API: GetAllTask, GetTaskById, PostTask, PatchTaskStatus & DeleteTask
  • TypeOrm + PostgreSQL
  • Module Authentication & Authorization(using Passport.js)
  • SignUp & SignIn with TokenJWT
  • Unit Test with Jest

Running the app

# development
$ npm run start

# watch mode
$ npm run start:dev

# production mode
$ npm run start:prod