Skip to content

Latest commit

 

History

History
38 lines (26 loc) · 346 Bytes

README.md

File metadata and controls

38 lines (26 loc) · 346 Bytes

Description

Test Api NestJs.

Swagger

Installation

# install 
make i

# postgre
make docker-compose

Running the app

# development
$ make start

# watch mode
$ make dev

# production mode
$ make prod

Test

# unit tests
$ make test_unit

# e2e tests
$ make test_e2e