88cf6458d0
Application web d'inventaire réseau manuel avec FastAPI, Vue 3 et Docker. Inclut l'authentification JWT, la découverte ICMP, et la topologie en cards CSS. Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
1.3 KiB
1.3 KiB
Documentation
Contents
- architecture.md — System overview, Docker setup, request flow, startup sequence
- backend.md — All API endpoints, ORM models, auth system, migration patterns
- frontend.md — Vue 3 module inventory, component reference, CSS conventions
- data-model.md — Database schema, relationships, device types, migration patterns
- extending.md — Cookbooks: add a device field, API route, i18n key, brand icon, component
Quick Reference
| Task | File |
|---|---|
| Add a field to Device | extending.md → Add a Field to Device |
| Add an API endpoint | extending.md → Add a New API Route Group |
| Add a translation key | extending.md → Add a New i18n Key |
| Add a brand icon | extending.md → Add a Brand Icon |
| Reset admin password | extending.md → Change the Default Admin Password |
| API endpoint reference | backend.md → API Endpoints |
| CSS variables list | frontend.md → CSS Conventions |
| Database schema | data-model.md → Schema Overview |