Skip to content

mateuschaves/task-management-nestjs-course

Repository files navigation

Description

📃 Task management API developed in NestJS Zero to Hero course

Documentation

Postman Collection

Installation

$ npm install

Technologies

✅ NestJS
✅ Typescript
✅ JWT Auth
✅ Passport
✅ TypeORM
✅ PostgreSQL
✅ Jest

Running the app

# development
$ npm run start

# watch mode
$ npm run start:dev

# production mode
$ npm run start:prod

Test

# unit tests
$ npm run test

# e2e tests
$ npm run test:e2e

# test coverage
$ npm run test:cov

About

📃 Repository with the project developed in NestJS Zero to Hero course

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published