# py_fastapi **Repository Path**: hangcchhn/py_fastapi ## Basic Information - **Project Name**: py_fastapi - **Description**: Python语言FastAPI项目-Web - **Primary Language**: Python - **License**: Not specified - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2023-08-29 - **Last Updated**: 2026-02-11 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # FastAPI - 部署 ```sh uvicorn main:app --reload uvicorn main:app --host=0.0.0.0 --port=8000 --workers 2 ```