choufeng / s.xiajia.im

a basic restful server use nestjs

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

nest-api-xiajia-im

Description

a test project for build a restful api server

Installation

$ 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

About

a basic restful server use nestjs


Languages

Language:TypeScript 97.6%Language:JavaScript 2.4%