fastapi-template/start.bat

2 lines
82 B
Batchfile

set FAST_API_ENV=dev
uvicorn main:fast_api_app --reload --host 0.0.0.0 --port 8088