YiAi/service
2024-02-05 23:15:31 +08:00
..
.vscode 初始化 2024-01-27 19:53:17 +08:00
public 2.5版本 增加dall-e 优化mj 对接mj-plus 2024-02-04 18:51:37 +08:00
src 调整部分ui 2024-02-05 23:15:31 +08:00
templates 新增gpt-4V上传 修复部分bug 2024-01-28 18:41:04 +08:00
.DS_Store 调整部分ui 2024-02-05 23:15:31 +08:00
.env.example 初始化 2024-01-27 19:53:17 +08:00
.eslintrc.js 初始化 2024-01-27 19:53:17 +08:00
.gitignore 初始化 2024-01-27 19:53:17 +08:00
.prettierrc 初始化 2024-01-27 19:53:17 +08:00
encrypt.js 初始化 2024-01-27 19:53:17 +08:00
nest-cli.json 初始化 2024-01-27 19:53:17 +08:00
package.json 2.5版本 增加dall-e 优化mj 对接mj-plus 2024-02-04 18:51:37 +08:00
pm2.conf.json 2.5版本 增加dall-e 优化mj 对接mj-plus 2024-02-04 18:51:37 +08:00
pnpm-lock.yaml 初始化 2024-01-27 19:53:17 +08:00
README.md 初始化 2024-01-27 19:53:17 +08:00
tsconfig.build.json 初始化 2024-01-27 19:53:17 +08:00
tsconfig.json 初始化 2024-01-27 19:53:17 +08:00
tsconfig.paths.json 初始化 2024-01-27 19:53:17 +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

$ pnpm install

Running the app

# development
$ pnpm run start

# watch mode
$ pnpm run start:dev

# production mode
$ pnpm run start:prod

Test

# unit tests
$ pnpm run test

# e2e tests
$ pnpm run test:e2e

# test coverage
$ pnpm 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.