File size: 125 Bytes
a7bc8ea
 
 
2d60193
a7bc8ea
1
2
3
4
5
@echo off
cd /d "%~dp0"
start "" http://127.0.0.1:8000
python -m uvicorn main:app --host 127.0.0.1 --port 8000 --reload
pause