Steps to run this project:
- Run
npm i
command - Install chrome driver compatible to current chrome browser
npm install chromedriver --detect_chromedriver_version --chromedriver-force-download
- Setup database settings inside
data-source.ts
file - Run
npm start
command