34047007@qq.com e937fc930c checkpoint: real-scale 数据链 + 统计引擎 + ABLUP 稀疏性能修复
init 后首次落盘,累计工作:
- 数据侧:simulate_breeding_data real-scale 3.5万树重建 + 分层观测
- 引擎侧:ABLUP 稀疏生产档 EM-REML(blup 1.6.0/1.7.0);性能倒挂修复——
  系谱闭包收口为 BFS 可达祖先 + N_EXACT 3000 对齐 N_SUBSAMPLE(选中 200~3000 树
  不再顶进数小时精确迹尾),A/B 数值等价实证 + 守卫探针
- 前端:观测过滤 + 表单/HTTP 工具链完善
- 文档:业务链/观测梳理 + 引擎实施记录 + 规划对照总表
- gitignore:排除 Temp/调试脚本/一次性验证输出
2026-08-07 08:03:10 +08:00
2026-08-06 00:17:49 +08:00

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 | 简体中文

💡 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?

🍪 Live Demo

URL Account
💻 Web service.fastapiadmin.com/web admin / 123456
📱 Mobile service.fastapiadmin.com/app admin / 123456
📖 Official Docs service.fastapiadmin.com No login

🚀 5-Minute Quick Start

# 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 Dashboard Code Generator AI

📖 Documentation

🤝 Contributing

Issues and PRs are welcome! See Contributing Guide.

👥 Community

WeChat Group Support
Group QR WeChat Pay

👥 Contributors

🙏 Acknowledgments

If you find this project useful, please give it a Star!

S
Description
dpb repository
Readme MIT
15 MiB
Languages
Python 39.2%
Vue 31.7%
JavaScript 17.6%
TypeScript 9.8%
SCSS 0.7%
Other 0.9%