Steps to run this project:
- Run
npm i
command - Setup database settings inside
ormconfig.json
file - Run
npm start
command
typeorm/typeorm#4573
If you try running tests and get ""QueryFailedError: column cnst.consrc does not exist""
-- this is an issue with postgres 12 and typeorm. Try using postgres 11