1 Star 0 Fork 14

Frank / FastAPI-Plus-Demo

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
克隆/下载
dev_run.py 148 Bytes
一键复制 编辑 原始数据 按行查看 历史
zhenqiang.sun 提交于 2020-09-01 17:18 . start
import uvicorn
from app.main import app
# 运行项目:开发模式
if __name__ == "__main__":
uvicorn.run(app, host="0.0.0.0", port=8000)
Python
1
https://gitee.com/icesoap/fastapi_demo.git
git@gitee.com:icesoap/fastapi_demo.git
icesoap
fastapi_demo
FastAPI-Plus-Demo
main

搜索帮助