Description

Nest Template is a starter repository for a new backend project including user Auth module (login, register, reset password) and CRUD module check postman collection attached in the root directory.

Installation

$ npm install

Running the app

# development
$ docker-compose up

Test

# unit tests
$ npm run test


# test coverage
$ npm run test:cov