fastapi-template/start.sh

2 lines
77 B
Bash

export FAST_API_ENV=dev
uvicorn main:app --reload --host 0.0.0.0 --port 21021