-
Rename configuration files:
- Rename
.env-bak
to.env
- Rename
api/.env-bak
toapi/.env
- Change the parameters inside both
.env
files according to your environment (e.g., database name, password, etc.)
- Rename
To run the database in the terminal:
docker-compose up db --build
To run the scraper in the terminal:
docker-compose up scraper --build
To run the api with frontend in the terminal:
docker-compose up api frontend --build
To access frontend: http://localhost:5173/
To access api: http://localhost:8000/api