Steps to run this project:
- Run
npm i
command - Setup database settings inside
data-source.ts
file - Run
npm start
command
You can find the migrations in the src/migrations folder
npm run typeorm -- migration:generate ./src/migrations/<name>
npm run typeorm -- migration:run