# fast-api-demo **Repository Path**: wmvm/fast-api-demo ## Basic Information - **Project Name**: fast-api-demo - **Description**: fast-api-demo - **Primary Language**: Unknown - **License**: Not specified - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2024-01-07 - **Last Updated**: 2026-01-05 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README 1. 如何创建项目, pycharm 创建项目时选择 fastapi 2. start python main.py 官网 - https://fastapi.tiangolo.com/#example uv venv --python 3.12 uv pip install grpcio grpcio-tools fastapi uvicorn uv pip install httpx ./.venv/bin/python3 -m grpc_tools.protoc -I. --python_out=. --grpc_python_out=. greeter.proto pip install "uvicorn<0.30.0" 导出依赖 uv pip freeze > requirements.txt