aal89 / nestjs-rest-sample

NestJS RESTful APIs Sample

Home Page:https://hantsy.github.io/nestjs-rest-sample/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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

About

NestJS RESTful APIs Sample

https://hantsy.github.io/nestjs-rest-sample/

License:GNU General Public License v3.0


Languages

Language:TypeScript 99.1%Language:JavaScript 0.6%Language:Dockerfile 0.2%Language:Shell 0.1%