logo

FastApiAdmin v3.0.0

๐Ÿš€ Exceptional Code Quality, Production-Ready Admin Dashboard in 5 Minutes

Full-stack rapid development platform powered by FastAPI + Vue3 + TypeScript. Web, H5, and Mini Program โ€” all in one project.

Gitee Stars GitHub Stars GitHub Forks
License

English | [็ฎ€ไฝ“ไธญๆ–‡](./README.md)
## ๐Ÿ’ก Why FastapiAdmin? | You Need | FastapiAdmin | Django Admin | Frontend-Only | |----------|:-----------:|:-----------:|:-------------:| | ๐ŸŽฏ **Ready-to-use** admin system | โœ… | โš ๏ธ Limited | โŒ UI only | | โšก **FastAPI async** high-performance backend | โœ… | โŒ Sync-first | โŒ No backend | | ๐Ÿ” **RBAC** menu/button/data level permissions | โœ… | โŒ Basic | โŒ | | ๐Ÿค– **Code generator** (table โ†’ full CRUD) | โœ… | โŒ | โŒ | | ๐Ÿ“ฑ **Mobile** (H5 + Mini Program) included | โœ… | โŒ | โŒ | | ๐Ÿณ **Docker** one-click deploy (Nginx + SSL) | โœ… | โŒ | โŒ | > ๐Ÿ‘‰ Full comparison: [Why FastapiAdmin?](https://service.fastapiadmin.com/en/guide/why) ## ๐Ÿช Live Demo | | URL | Account | |---|-----|---------| | ๐Ÿ’ป Web | [service.fastapiadmin.com/web](https://service.fastapiadmin.com/web) | `admin` / `123456` | | ๐Ÿ“ฑ Mobile | [service.fastapiadmin.com/app](https://service.fastapiadmin.com/app) | `admin` / `123456` | | ๐Ÿ“– Official Docs | [service.fastapiadmin.com](https://service.fastapiadmin.com) | No login | ## ๐Ÿš€ 5-Minute Quick Start ```bash # 1. Clone git clone https://github.com/fastapiadmin/FastapiAdmin.git # 2. Configure environments cp backend/env/.env.dev.example backend/env/.env.dev cp frontend/web/.env.development.example frontend/web/.env.development # 3. Start backend (auto-creates tables + seed data on first run) cd backend && uv sync && uv run main.py run --env=dev # 4. Start frontend cd ../frontend/web && pnpm install && pnpm run dev # โœ… Open http://127.0.0.1:5173, login with admin/123456 ``` | Requirements | | |-------------|------| | Python โ‰ฅ 3.12 | Node.js โ‰ฅ 20 + pnpm | | PostgreSQL 16 | Redis 6.x / 7.x | ## ๐Ÿ“ฆ Structure ``` FastapiAdmin/ # Monorepo full-stack project โ”œโ”€ backend/ # FastAPI backend (Pydantic 2.0 + SQLAlchemy + Alembic) โ”œโ”€ frontend/ โ”‚ โ”œโ”€โ”€ web/ # Vue3 Web (Element Plus + TypeScript) โ”‚ โ”œโ”€โ”€ app/ # UniApp Mobile (H5 + Mini Program + App) โ”‚ โ””โ”€โ”€ docs/ # VitePress documentation โ”œโ”€ docker/ # Docker Compose deploy (Nginx + SSL) โ”œโ”€ deploy.sh # One-click deploy script โ””โ”€ LICENSE # MIT ``` ## ๐Ÿ“Œ Built-in Features | Module | Capabilities | |--------|-------------| | ๐Ÿ“Š Dashboard | Workbench, Analytics | | โš™๏ธ System | Users, Roles, Menus, Departments, Positions, Dicts, Config, Notices | | ๐Ÿ‘€ Monitoring | Online users, Server, Cache | | ๐Ÿ“‹ Tasks | Scheduled task management | | ๐Ÿ“ Logs | Operation auditing | | ๐Ÿงฐ Dev Tools | **Code Generator** (table โ†’ full CRUD), Form Builder, API Docs | | ๐Ÿ“ Files | Unified file management | | ๐Ÿค– AI Agent | Agno-powered assistant | ## ๐Ÿ”ง Screenshots | Login | Dashboard | Code Generator | AI Assistant | | ----- | --------- | -------------- | ------------ | | ![Login](frontend/web/public/login.png) | ![Dashboard](frontend/web/public/dashboard.png) | ![Code Generator](frontend/web/public/gencode.png) | ![AI](frontend/web/public/ai.png) | ## ๐Ÿ“– Documentation - ๐ŸŒ [Official Docs](https://service.fastapiadmin.com) โ€” Full guides, architecture, custom development - ๐Ÿ“ Sub-project READMEs: [backend](backend/README.md) ยท [web](frontend/web/README.md) ยท [mobile](frontend/app/README.md) ยท [Docker](docker/README.md) ## ๐Ÿค Contributing Issues and PRs are welcome! See [Contributing Guide](https://service.fastapiadmin.com/en/about/contributing). ## ๐Ÿ‘ฅ Community | WeChat Group | Support | | ------------ | ------- | | ![Group QR](frontend/web/public/group.jpg) | ![WeChat Pay](frontend/web/public/wechatPay.jpg) | ## ๐Ÿ‘ฅ Contributors ## ๐Ÿ™ Acknowledgments > If you find this project useful, please give it a โญ๏ธ Star! - Backend: [FastAPI](https://fastapi.tiangolo.com/) ยท [Pydantic](https://docs.pydantic.dev/) ยท [SQLAlchemy](https://www.sqlalchemy.org/) ยท [APScheduler](https://github.com/agronholm/apscheduler) - Frontend: [Vue3](https://vuejs.org/) ยท [TypeScript](https://www.typescriptlang.org/) ยท [Vite](https://vitejs.dev/) ยท [Element Plus](https://element-plus.org/) - Mobile: [UniApp](https://uniapp.dcloud.net.cn/) ยท [Wot Design Uni](https://wot-ui.cn/) - AI: [Agno](https://github.com/agno-agi/agno)