To start the application, create your personal .env files based on the examples:
cp ./postgres/.env.example ./postgres/.env
cp ./frontend/.env.example ./frontend/.env
cp ./backend/.env.example ./backend/.env
Set the missing values as described in the .env.example file.
Then start the application using docker compose:
docker compose up
The application is now accessible
- frontend:
http://localhost:3000
(default is 3000) - backend
http://localhost:8000
(default is 8000)