# fastapi_example **Repository Path**: kitch/fastapi_example ## Basic Information - **Project Name**: fastapi_example - **Description**: 简易fastapi项目结构 - **Primary Language**: Python - **License**: GPL-3.0 - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 3 - **Forks**: 1 - **Created**: 2020-04-21 - **Last Updated**: 2024-09-03 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # fastapi_example #### 介绍 简易fastapi项目结构 #### 软件架构 最简单的fastapi项目结构,包含了SQLAlchemy #### 安装教程 1. pip install fastapi>=0.52.0 2. pip install uvicorn 3. pip install databases>=0.3.0 4. pip install SQLAlchemy>=1.3.15 5. pip install mysqlclient>=1.4.6 # 可选 #### 使用说明 1. uvicorn main:app 2. open URL http://127.0.0.1:8000/docs 3. open URL http://127.0.0.1:8000/redoc