Steps to run this project:
- Run
npm i
command - Setup database settings inside
ormconfig.json
file - Rename
.env.development.example
to.env.development
and changes values to env variables according to your need - Run
npm run start:dev
command (For some reason this command gives error in git bash and cmd. I would recommend using linux or macos termnal or WSL in windows)