verbo-backend / start.sh
axnand's picture
Deploying backend
5a2da96
raw
history blame contribute delete
58 Bytes
uvicorn app.main:app --reload --host 0.0.0.0 --port 8000