dist | ||
src | ||
.env.example | ||
.gitignore | ||
.gitlab-ci.yml | ||
Dockerfile | ||
main.ts | ||
package.json | ||
README.md | ||
tsconfig.json |
Awesome Project Build with TypeORM
Steps to run this project:
- Run
npm i
command - Setup database settings inside
typeorm.ts
file - Run
npm start
command