initial commit

This commit is contained in:
BeauTroll
2026-01-19 08:52:38 +01:00
commit 46907ca153
193 changed files with 35051 additions and 0 deletions

View File

@@ -0,0 +1,36 @@
# Architecture Summary
```
┌─────────────────────────────────────────────────────────────────────────┐
│ DOFUS MANAGER - FINAL ARCHITECTURE │
├─────────────────────────────────────────────────────────────────────────┤
│ │
│ Frontend (React + TanStack) Backend (TanStack Start) │
│ ┌─────────────────────────┐ ┌─────────────────────────┐ │
│ │ • TanStack Router │ │ • Server Functions │ │
│ │ • TanStack Query │◀────────▶│ • Prisma ORM │ │
│ │ • Zustand (UI state) │ RPC │ • Zod Validation │ │
│ │ • shadcn/ui + Tailwind │ │ • node-cache │ │
│ └─────────────────────────┘ └───────────┬─────────────┘ │
│ │ │
│ ▼ │
│ ┌─────────────────────────┐ │
│ │ PostgreSQL 16 │ │
│ │ • 7 tables │ │
│ │ • Full-text search │ │
│ └─────────────────────────┘ │
│ │
│ Infrastructure │
│ ┌─────────────────────────────────────────────────────────────────┐ │
│ │ Docker Compose + Traefik (reverse proxy + SSL) │ │
│ │ GitLab CI/CD → VPS Deployment │ │
│ └─────────────────────────────────────────────────────────────────┘ │
│ │
└─────────────────────────────────────────────────────────────────────────┘
```
---
*Document généré avec BMAD Framework*
*Version: 1.0.0*
*Date: 2026-01-18*