# aigccloud-cloudend **Repository Path**: BTG888/aigccloud-cloudend ## Basic Information - **Project Name**: aigccloud-cloudend - **Description**: 云端API,为AIGC云平台提供核心业务逻辑处理。 - **Primary Language**: Python - **License**: Not specified - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2026-02-28 - **Last Updated**: 2026-02-28 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # CloudendAPI FastAPI后端服务,为AIGC云平台提供核心业务逻辑处理。 ## 技术栈 - FastAPI + uvicorn - Pydantic - PostgreSQL - Redis - Parse SDK ## 启动方式 ```bash # 安装依赖 pip install -r requirements.txt # 启动服务 uvicorn app.main:app --reload --host 0.0.0.0 --port 8882 或 python -m uvicorn app.main:app --reload --host 0.0.0.0 --port 8882 ``` ## API文档 启动服务后访问: - Swagger UI: http://localhost:8882/docs - ReDoc: http://localhost:8882/redoc