Go to file
2023-08-10 16:03:13 +08:00
.config 修改部分代码 2023-08-10 10:46:53 +08:00
src Merge remote-tracking branch 'origin/master' 2023-08-10 16:03:13 +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
docker-compose.yml 修改部分代码 2023-08-10 10:46:53 +08:00
Dockerfile 修改mqtt初始化认证问题 2023-08-08 11:18:30 +08:00
nest-cli.json 提交代码 2023-07-24 14:19:23 +08:00
package-lock.json 10个服务平台接口改为typeorm形式 2023-08-09 16:44:02 +08:00
package.json 10个服务平台接口改为typeorm形式 2023-08-09 16:44:02 +08:00
README.md 提交代码 2023-07-24 14:19:23 +08:00
sql.sql 修改部分代码 2023-08-10 10:46:53 +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.