File size: 95 Bytes
9ea68b1
 
 
1
2
3
@echo off
call venv\Scripts\activate
uvicorn app.main:app --reload --host 127.0.0.1 --port 8000