After you clone the project, you need to download the following images and paste them into the appropriate paths:
Download https://drive.google.com/file/d/1KkPHLJkNUrDCTHG1BKJt8VMgSFxUoRrp/view?usp=sharing Path: /backend/public
Download https://drive.google.com/file/d/1KkPHLJkNUrDCTHG1BKJt8VMgSFxUoRrp/view?usp=sharing Path: /frontend/src/assets
Copy the config files:
cp backend/.env.example backend/.env
cp frontend/src/assets/js/config.js.example frontend/src/assets/js/config.jsUp all the services:
docker compose --env-file ./backend/.env up -dRun migrations:
docker exec ozakee-php php artisan migrate --seedBackend service host:
http://localhost:8000Frontend service host:
http://localhost:8001