Go to file
2023-08-03 16:05:36 +08:00
.config mqtt增加日志数据库集成,刷新家庭状态接口提交 2023-08-02 10:12:49 +08:00
src 修改统一返回 2023-08-03 16:05: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-08-02 11:45:29 +08:00
package.json 分页参数修改 2023-08-02 15:56:06 +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.