Scrounch project derivative of Scrooge from Atelier.
To setup, install all packages. npm should version >= 14.x
npm install
To initalize database, you will have to fill the .env. By default, the port for the database is 5432 and 3081 for the api. Then launch docker compose to initialize api and database.
docker compose up