hantsy / nestjs-rest-sample

NestJS RESTful APIs Sample
https://hantsy.github.io/nestjs-rest-sample/
GNU General Public License v3.0
420 stars 98 forks source link
expressjs jest mongoose nestjs nestjs-mongoose restful-api rxjs typescript

NestJS Sample

Compile and build Build Docker Image Run e2e testing codecov

A NestJS RESTful APIs sample project, including:

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