Go to file
2023-08-07 17:10:29 +08:00
.config mqtt代码优化以及增加dockerfile文件 2023-08-07 17:10:29 +08:00
src mqtt代码优化以及增加dockerfile文件 2023-08-07 17:10:29 +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 mqtt代码优化以及增加dockerfile文件 2023-08-07 17:10:29 +08:00
Dockerfile mqtt代码优化以及增加dockerfile文件 2023-08-07 17:10:29 +08:00
nest-cli.json 提交代码 2023-07-24 14:19:23 +08:00
package-lock.json 驾驶舱和平台接口改动 2023-08-02 11:45:29 +08:00
package.json mqtt代码优化以及增加dockerfile文件 2023-08-07 17:10:29 +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.