File size: 92 Bytes
e078b1d
 
 
1
2
3
4
#!/usr/bin/env bash
source .venv/bin/activate
uvicorn backend.main:app --reload --port 8000