start-fastapi:基于fastapi的轻量级Web框架

时间:2024-02-26 19:44:20
【文件属性】:

文件名称:start-fastapi:基于fastapi的轻量级Web框架

文件大小:43KB

文件格式:ZIP

更新时间:2024-02-26 19:44:20

python web-application webapp web-application-framework uvicorn

启动fastapi 2021版,基于 , 是基于开发的易于使用的Web应用程序 要求 python 3.6+(用于静态类型检查) pip3 install -r ./requirements.txt 想法/ pycharm(推荐)+ venv 结构体 Web应用程序是基于洋葱风格的〜 目录结构为: app:应用程序的逻辑,包括__init__.py作为用户模块的条目 处理程序:控制器 中间件:路由器中间件,如cors 模型:基本数据模型和内部逻辑 服务:外部逻辑(对用户) cfg:不同环境的配置 dev:dev env的配置 app.cfg:用于fastapi的 cfg uvi


【文件预览】:
start-fastapi-master
----misc()
--------test()
--------dev()
--------doc()
--------build()
----core()
--------handler()
--------model()
--------__init__.py(453B)
--------lib()
--------service()
----main.py(2KB)
----cfg()
--------prod()
--------dev()
----app()
--------handler()
--------model()
--------middleware()
--------__init__.py(2KB)
--------service()
----requirements.txt(207B)
----.gitignore(2KB)
----README.md(5KB)

网友评论