Steps to run this project:
- Run
npm icommand - Setup database settings inside
ormconfig.jsonfile - run migration with
ts-node node_modules\typeorm\cli.js migration:runcommand - Run
npm startcommand - open postman send request which is mention into documents.