Go to file
2026-05-13 13:52:46 +08:00
src feat: 补全接口文档注释, 实现minio接口 2026-05-13 13:52:46 +08:00
test first commit 2026-05-08 11:21:51 +08:00
.env feat: 补全接口文档注释, 实现minio接口 2026-05-13 13:52:46 +08:00
.env.prod feat: 补全接口文档注释, 实现minio接口 2026-05-13 13:52:46 +08:00
.eslintrc.js first commit 2026-05-08 11:21:51 +08:00
.gitignore first commit 2026-05-08 11:21:51 +08:00
.prettierrc first commit 2026-05-08 11:21:51 +08:00
API.md feat: 补全接口文档注释, 实现minio接口 2026-05-13 13:52:46 +08:00
dockerfile first commit 2026-05-08 11:21:51 +08:00
ecosystem.config.js first commit 2026-05-08 11:21:51 +08:00
nest-cli.json first commit 2026-05-08 11:21:51 +08:00
package.json feat: 补全接口文档注释, 实现minio接口 2026-05-13 13:52:46 +08:00
pnpm-lock.yaml feat: 补全接口文档注释, 实现minio接口 2026-05-13 13:52:46 +08:00
README.md first commit 2026-05-08 11:21:51 +08:00
tsconfig.build.json first commit 2026-05-08 11:21:51 +08:00
tsconfig.json first commit 2026-05-08 11:21:51 +08:00

技术总览

NodeTsNest.jsTypeORMMySQLExpress

项目简介

此项目为kt-template-online服务端,基于NodeTs开发

使用服务端框架Nest.js构建项目以及ORM框架TypeORM快速生成SQL语句以及映射SQL库表字段关系

运行项目

# 运行
$ pnpm start

# 开发环境
$ pnpm start:dev

# 生产环境
$ pnpm start:prod

测试

# unit tests
$ pnpm test

# e2e tests
$ pnpm test:e2e

# test coverage
$ pnpm test:cov