Steps to run this project:
- Run
npm i
command - Setup database settings inside
ormconfig.json
file - Install Postgres on your system and setup roles and DB according to the changes you made in OrmConfig.ts. Refer - https://www.codementor.io/@engineerapart/getting-started-with-postgresql-on-mac-osx-are8jcopb
- Setup redis - https://gist.github.com/tomysmile/1b8a321e7c58499ef9f9441b2faa0aa8
- Add a SECRET in .env file
- Run
npm start
command