604e0d1 141c4a6 604e0d1
1
2
3
4
5
6
7
8
#!/bin/bash # Run backend (FastAPI via Uvicorn) in background uvicorn backend.backend_api:app --host 0.0.0.0 --port 8000 & # Start Nginx to serve frontend nginx -g "daemon off;"