#!/bin/bash # Start the FastAPI server with uvicorn exec uvicorn api:app --host $HOST --port $PORT --forwarded-allow-ips '*'