# hello-server **Repository Path**: marshalby2/hello-server ## Basic Information - **Project Name**: hello-server - **Description**: 测试服务 - **Primary Language**: Unknown - **License**: Not specified - **Default Branch**: main - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2026-06-10 - **Last Updated**: 2026-06-10 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README ## use ```shell # init project uv init hello-server # install fastapi uv add fastapi --extra standard # start uvicorn app.main:app --reload ```