Files

5 lines
113 B
Batchfile

@echo off
cd backend
echo Starting Backend...
python -m uvicorn app.main:app --reload --host 0.0.0.0 --port 8000