/nest-task-management-next-gen

To refresh knowledge of nest.js and to learn something more.

Primary LanguageTypeScript

Nest Logo

Description

NestJs + Typescript task management app with JWT. To enable connection to Postgres database You can set it by Yourself or use https://github.com/khezen/compose-postgres/blob/master/docker-compose.yml ready docker compose file, just adjust username/password etc.

Installation

$ npm install

Running the app

# development
$ npm run start

# watch mode
$ npm run start:dev