mirror of
https://github.com/KwiTsukasa/kt-template-online-api.git
synced 2026-05-27 15:44:54 +08:00
| src | ||
| test | ||
| .env | ||
| .env.prod | ||
| .eslintrc.js | ||
| .gitignore | ||
| .prettierrc | ||
| dockerfile | ||
| ecosystem.config.js | ||
| nest-cli.json | ||
| package.json | ||
| pnpm-lock.yaml | ||
| README.md | ||
| tsconfig.build.json | ||
| tsconfig.json | ||
技术总览
Node、Ts、Nest.js、TypeORM、MySQL、Express
项目简介
此项目为kt-template-online服务端,基于Node、Ts开发
使用服务端框架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