Go to file
2023-08-10 16:02:48 +08:00
.config 修改mqtt上下线状态以及页面接口修改逻辑 2023-08-08 15:06:31 +08:00
src 驾驶舱接口修改 2023-08-10 16:02:48 +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初始化认证问题 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
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.