-
Steps to run this project:
-
Execute
npm i
command -
Setup your database settings inside
ormconfig.json
file -
Execute
npm start
command -
To Create a migration To Read More About TypeORM Migration Docs
- Execute
typeorm migration:create -n migrationName
command if you want to create an empty migration file - Check if the server is runing if not execute
npm start
command - To apply the creating migration execute
npm run migration:run
command