- cp backend/.env_example backend/.env
- cp frontend/.env_example frontend/.env
- cp .env_example .env
- docker compose up --build or ./install.sh
- after the installation is done, execute [php artisan migrate] in the backend container
- docker exec backend php artisan app:scrape-eurogamer-news-feed
- docker exec backend php artisan app:scrape-eurogamer-videos-feed
- docker exec backend php artisan schedule:run
- FRONTEND: http://localhost:5000
- API LIVES AT: http://localhost:15000