I'm building this as a way to learn Typescript and Expressjs. It is currently not meant for production or to be deployed anywhere.
Steps to run this project:
- Run
npm i
command - Setup database settings inside
ormconfig.json
file - Run
npm start
command