tianyunperfect ac642917eb Changes 2 년 전
..
config ff8dcf1043 update 3 년 전
controller ff8dcf1043 update 3 년 전
static e3dbf911f8 fast api init 3 년 전
util 1f58e36bc0 1 3 년 전
README.md ff8dcf1043 update 3 년 전
debug.py e3dbf911f8 fast api init 3 년 전
fastapi-demo.iml ac642917eb Changes 2 년 전
gunicorn_config.py ff8dcf1043 update 3 년 전
main.py e48ef845a6 update 3 년 전

README.md

依赖

python3 -m pip install httptools uvloop gunicorn uvicorn

启动

# uvicorn 启动
uvicorn local:app --reload --port 5000

# 多线程启动
gunicorn api_rec:app -c gunicorn_config.py -D

关闭

kill -9 $(lsof -t -i:5000)