fastapi-template/start.bat

2 lines
83 B
Batchfile

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