|
2 年 前 | |
---|---|---|
.. | ||
config | 3 年 前 | |
controller | 3 年 前 | |
static | 3 年 前 | |
util | 3 年 前 | |
README.md | 3 年 前 | |
debug.py | 3 年 前 | |
fastapi-demo.iml | 2 年 前 | |
gunicorn_config.py | 3 年 前 | |
main.py | 3 年 前 |
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)