1 Star 0 Fork 3

Rooit/fast-api-demo

forked from amspring/fast-api-demo 
加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
文件
克隆/下载
cmd.py 391 Bytes
一键复制 编辑 原始数据 按行查看 历史
chenshuchuan 提交于 2023-03-17 16:27 . feat add docker-compose
# -*- coding: utf-8 -*-
# Project : app
# File : cmd.py
# Author : csc
# Version : v1.0
# Date : 2022-06-17 11:51
# Remarks :
from app import create_app
app = create_app()
if __name__ == '__main__':
import uvicorn
from app import settings
uvicorn.run(app='cmd:app', host=settings.app.host, port=settings.app.port, reload=True)
Loading...
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
Python
1
https://gitee.com/irooit/fast-api-demo.git
[email protected]:irooit/fast-api-demo.git
irooit
fast-api-demo
fast-api-demo
master

搜索帮助