# simple-admin-fastapi **Repository Path**: simple_admin/simple-admin-fastapi ## Basic Information - **Project Name**: simple-admin-fastapi - **Description**: No description available - **Primary Language**: Unknown - **License**: Not specified - **Default Branch**: main - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2025-12-18 - **Last Updated**: 2025-12-18 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # Simple Admin FastAPI 一个基于 FastAPI 的后台管理系统。 ## 快速开始 ### 安装依赖 ```bash # 使用 uv (推荐) uv sync ``` ### 启动服务 ```bash # 开发模式 python main.py ``` 访问 API 文档: http://127.0.0.1:8000/docs