Skip to content

Latest commit

 

History

History
60 lines (37 loc) · 1.49 KB

File metadata and controls

60 lines (37 loc) · 1.49 KB

NestJS Sample

Compile and build Build Docker Image codecov

A NestJS RESTful APIs sample project.

Docs

Build

Install the dependencies.

$ npm install

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

Reference