docker compose up --build- Auto-reload enabled: The service automatically reloads on each code edit within the Docker container
- Check logs in
logs/folder: Instead of running commands directly, check the logs folder for server status and errors - Server runs on port 9000: Access the application at http://localhost:9000
app.py- FastAPI backendtemplates/index.html- Frontendlogs/- Application logs folderdocker-compose.yml- Docker container configuration