TypeORM Project with Docker

Steps to run this project:

  1. Run npm i command
  2. Setup database settings inside data-source.ts file
  3. docker compose up to start the container
  4. Run npm start command to start project