# ai-fastapi-admin **Repository Path**: chenzx023/ai-fastapi-admin ## Basic Information - **Project Name**: ai-fastapi-admin - **Description**: No description available - **Primary Language**: Unknown - **License**: Not specified - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2026-08-26 - **Last Updated**: 2026-09-01 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # fastapi-admin FastAPI scaffold with a single app serving business and admin APIs on one port. ## Requirements - Python >= 3.12 - uv ## Setup ```bash uv sync ``` ## Run ```bash uv run dev # dev mode with reload uv run start # prod mode uv run serve # dev mode (alias) ``` ## Verify - `GET http://localhost:8000/api/health` - `GET http://localhost:8000/admin/health` ## Test and lint ```bash uv run pytest uv run ruff check . uv run ruff format --check . ```