keisyd / nestjs-samples

Sample for Nest.js Restfull APIs

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

NestJS Sample

A NestJS RESTful APIs sample project.

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

Sample for Nest.js Restfull APIs


Languages

Language:TypeScript 99.2%Language:JavaScript 0.6%Language:Dockerfile 0.2%