文件名称:fastapi-simple:简单的FastAPI实现
文件大小:17KB
文件格式:ZIP
更新时间:2024-04-06 05:35:38
Python
简单的FastAPI实现 这个项目是我浏览官方的《 以熟悉。 设置 先决条件 如果需要安装 ,则可以运行以下命令: curl -sSL https://raw.githubusercontent.com/python-poetry/poetry/master/get-poetry.py | python source $HOME /.poetry/env 安装依赖 poetry install 运行服务器 poetry shell uvicorn app.main:app --reload 检查出来 主应用程序: : : Swagger UI自动生成的文档: : : ReDoc自动生成的文档: : :8000/redoc OpenAPI架构: : :8000/openapi.json
【文件预览】:
fastapi-simple-master
----poetry.lock(25KB)
----README.md(870B)
----tests()
--------__init__.py(0B)
--------test_fastapi_simple.py(95B)
----.gitignore(2KB)
----app()
--------main.py(16KB)
--------__init__.py(22B)
----pyproject.toml(457B)