# fastapi-template **Repository Path**: cmkyec/fastapi-template ## Basic Information - **Project Name**: fastapi-template - **Description**: fastapi 脚手架工程 - **Primary Language**: Unknown - **License**: Not specified - **Default Branch**: main - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2026-01-13 - **Last Updated**: 2026-01-15 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README 执行`uv sync`同步 python 环境和依赖项 如果需要执行单元测试,需要执行安装依赖:`uv pip install pytest pytest-cov pytest-asyncio httpx` 执行 `pytest` 运行单元测试