Go to file
2024-09-09 14:34:38 +08:00
.config 代码提交 2024-09-09 14:34:38 +08:00
public 初始化 2024-01-29 15:29:12 +08:00
sql 基础配置修改 2024-09-02 11:36:25 +08:00
src 代码提交 2024-09-09 14:34:38 +08:00
test 初始化 2024-01-29 15:29:12 +08:00
.gitignore 初始化 2024-01-29 15:29:12 +08:00
docker-compose.yml 修改sql 2024-02-02 17:36:00 +08:00
Dockerfile 针对张家港修改部分逻辑 2024-06-18 09:57:13 +08:00
nest-cli.json 初始化 2024-01-29 15:29:12 +08:00
package-lock.json 基础配置修改 2024-09-02 11:36:25 +08:00
package.json 基础配置修改 2024-09-02 11:36:25 +08:00
prod.yaml 适配信息箱 2024-08-27 09:08:02 +08:00
README.md 初始化 2024-01-29 15:29:12 +08:00
tsconfig.build.json 初始化 2024-01-29 15:29:12 +08:00
tsconfig.json 初始化 2024-01-29 15:29:12 +08:00
webpack-hmr.config.js 初始化 2024-01-29 15:29:12 +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.