Skip to content

Latest commit

 

History

History
20 lines (14 loc) · 367 Bytes

README.md

File metadata and controls

20 lines (14 loc) · 367 Bytes

Scrounch

Scrounch project derivative of Scrooge from Atelier.

Setup

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