This commit is contained in:
hatim boufnichel 2022-11-04 21:22:18 +01:00
parent c5fd454089
commit 4f550a937f
69 changed files with 8098 additions and 23341 deletions

7
README.md Normal file
View file

@ -0,0 +1,7 @@
# Awesome Project Build with TypeORM
Steps to run this project:
1. Run `npm i` command
2. Setup database settings inside `data-source.ts` file
3. Run `npm start` command