fastapi-template/start.sh

2 lines
85 B
Bash
Executable File

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