Steps to run this project:
- Run
npm icommand - Setup database settings inside
data-source.tsfile - Run
npm startcommand
You can find the migrations in the src/migrations folder
npm run typeorm -- migration:generate ./src/migrations/<name>
npm run typeorm -- migration:run