# FastApi源码阅读 **Repository Path**: calvin207/fast-api-source-code-reading ## Basic Information - **Project Name**: FastApi源码阅读 - **Description**: 深入浅出学习FastAPI,摸清源码,吃透原理,用80%的精力去挑战20%的问题!!! - **Primary Language**: Python - **License**: Apache-2.0 - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 1 - **Forks**: 2 - **Created**: 2021-08-31 - **Last Updated**: 2023-02-17 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # FastApi源码解析 ## 版本说明 - FastApi == 0.68.0 - StartLette == 0.16.0 - uvicorn == 0.15.0 - Python == 3.8.5 ## 项目启动 1. 下载项目 ``` git clone https://gitee.com/calvin207/fast-api-source-code-reading.git ``` 2. 安装环境 ``` pip install -r requirements.txt ``` 3. 启动程序 ``` python to_start.py ```