Go to file
2023-10-24 20:36:47 +08:00
dist test 2023-10-24 18:55:34 +08:00
src 改进 打包以及 Dockerfile 2023-10-24 19:23:03 +08:00
.env.example 改进 JWT 2023-10-24 16:42:02 +08:00
.gitignore 改进 打包以及 Dockerfile 2023-10-24 19:23:03 +08:00
.gitlab-ci.yml CI 测试 2023-10-24 20:36:47 +08:00
Dockerfile CI 测试 2023-10-24 20:17:54 +08:00
main.ts CI 测试 2023-10-24 20:17:54 +08:00
package.json 改进 打包 2023-10-24 19:40:08 +08:00
README.md 改进 Express 模板 2023-10-24 15:39:10 +08:00
tsconfig.json Add typeorm 2023-10-24 13:16:21 +08:00

Awesome Project Build with TypeORM

Steps to run this project:

  1. Run npm i command
  2. Setup database settings inside typeorm.ts file
  3. Run npm start command