# hs-fastapi-admin **Repository Path**: hs-xhl/hs-fastapi-admin ## Basic Information - **Project Name**: hs-fastapi-admin - **Description**: No description available - **Primary Language**: Unknown - **License**: MIT - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2025-06-04 - **Last Updated**: 2025-06-04 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README ### 本地启动 启动项目需要以下环境: - Python 3.11 #### 使用 Pip 安装依赖 1. 创建虚拟环境 ```sh python -m venv venv ``` 2. 激活虚拟环境 ```sh source venv/bin/activate # Linux/Mac # 或 .\venv\Scripts\activate # Windows ``` 3. 安装依赖 ```sh pip install -r requirements.txt -i https://pypi.tuna.tsinghua.edu.cn/simple ``` 4. 启动服务 ```sh python run.py ``` 服务现在应该正在运行,访问 http://localhost:9999/docs 查看API文档