Steps to run this project:
- Install required packages by running
npm install
- Setup database settings inside
ormconfig.json
or create and setup your .env filecp .env.example .env
- Run
tsc
command to build javascript files - Run
node ./build/app.js
to start your application