2020-07-22 18:18:19 +08:00
2020-07-03 18:33:38 +08:00
2020-06-23 23:40:53 +08:00
2020-07-22 18:18:19 +08:00
2020-07-14 15:24:51 +08:00
2020-06-11 12:57:29 +08:00
2020-06-11 12:57:29 +08:00
2020-06-11 12:57:29 +08:00
2020-06-11 12:57:29 +08:00
2020-06-11 12:57:29 +08:00
2020-06-11 12:57:29 +08:00
2020-07-03 18:34:41 +08:00

NestJS Sample

Compile and build Build Docker Image Run e2e testing 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

Description
NestJS RESTful APIs Sample
Readme GPL-3.0 267 MiB
Languages
TypeScript 98.6%
JavaScript 1.2%
Dockerfile 0.2%