.vscode | ||
src | ||
.gitignore | ||
LICENSE | ||
package-lock.json | ||
package.json | ||
README.md | ||
tsconfig.json |
Awesome Project Build with TypeORM
Steps to run this project:
- Run
npm i
command - Setup database settings inside
data-source.ts
file - Run
npm start
command