# fastapi-study **Repository Path**: Spumante/fastapi-study ## Basic Information - **Project Name**: fastapi-study - **Description**: fastapi学习代码与练手项目 - **Primary Language**: Unknown - **License**: Apache-2.0 - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 2 - **Forks**: 0 - **Created**: 2023-04-25 - **Last Updated**: 2024-04-10 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # 项目启动命令 ## 常规启动 ```shell uvicorn app:app --reload ``` ## 上线启动 ```shell uvicorn app:app --reload --host 0.0.0.0 --port 9000 ```