Go to file
2023-07-31 14:20:36 +08:00
.config 安全平台认证接口调试完成 2023-07-31 14:20:36 +08:00
src 安全平台认证接口调试完成 2023-07-31 14:20:36 +08:00
test 提交代码 2023-07-24 14:19:23 +08:00
.eslintrc.js 提交代码 2023-07-24 14:19:23 +08:00
.gitignore 提交代码 2023-07-24 14:19:23 +08:00
.prettierrc 提交代码 2023-07-24 14:19:23 +08:00
nest-cli.json 提交代码 2023-07-24 14:19:23 +08:00
package-lock.json 添加开放数据接口 2023-07-27 16:42:20 +08:00
package.json 安全平台认证接口调试完成 2023-07-31 14:20:36 +08:00
README.md 提交代码 2023-07-24 14:19:23 +08:00
tsconfig.build.json 提交代码 2023-07-24 14:19:23 +08:00
tsconfig.json 移植controller 2023-07-27 16:03:34 +08:00
webpack-hmr.config.js 提交代码 2023-07-24 14:19:23 +08:00

Nest Logo

A progressive Node.js framework for building efficient and scalable server-side applications.

NPM Version Package License NPM Downloads CircleCI Coverage Discord Backers on Open Collective Sponsors on Open Collective Support us

Description

Nest framework TypeScript starter repository.

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

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.