# 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-09-05 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # FastAPI ## 后端 ```sh cd backend/ uvicorn main:app --reload uvicorn main:app --host=0.0.0.0 --port=8000 --workers 2 ``` ## 前端 ```sh # npm create vite frontend -- --template vue cd frontend/ npm install npm run dev npm run build ```