File size: 86 Bytes
1a8e744
 
6071fe6
1
2
3
4
#!/bin/bash
# Start FastAPI in background
uvicorn main:app --host 0.0.0.0 --port 8000