Go to file
2023-10-24 14:43:27 +08:00
src var to const 2023-10-24 14:43:27 +08:00
.env.example 改进 2023-10-24 14:27:28 +08:00
.gitignore 改进 2023-10-24 14:27:43 +08:00
main.ts 改进 2023-10-24 14:30:39 +08:00
package.json 改进 项目模板结构 2023-10-24 14:40:31 +08:00
README.md 改进 2023-10-24 14:27:28 +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 database.ts file
  3. Run npm start command