项目作者: Sangmoo

项目描述 :
Learning NestJS by making an enterprise ready API 🚀
高级语言: TypeScript
项目地址: git://github.com/Sangmoo/prac-nest.git
创建时间: 2020-10-04T14:17:03Z
项目社区:https://github.com/Sangmoo/prac-nest

开源协议:

下载



Nest Logo

A progressive Node.js framework for building efficient and scalable server-side applications, heavily inspired by Angular.



@nestjs/core.svg" alt="NPM Version" />
@nestjs/core.svg" alt="Package License" />
@nestjs/core.svg" alt="NPM Downloads" />
Travis
Linux
Coverage
Gitter
Backers on Open Collective
Sponsors on Open Collective



Description

Nest framework TypeScript starter repository.

Installation

  1. $ npm install

Running the app

  1. # development
  2. $ npm run start
  3. # watch mode
  4. $ npm run start:dev
  5. # production mode
  6. $ npm run start:prod

Test

  1. # unit tests
  2. $ npm run test
  3. # e2e tests
  4. $ npm run test:e2e
  5. # test coverage
  6. $ npm run test:cov

Support

Nest is an MIT-licensed open source project. It can grow thanks to the sponsors and support by the amazing backers. If you’d like to join them, please read more here.

Stay in touch

License

Nest is MIT licensed.