Files
stupid-simple-network-inven…/docs/index.md
T
olivier 88cf6458d0 Initial commit — Stupid Simple Network Inventory
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>
2026-05-17 09:19:19 +02:00

23 lines
1.3 KiB
Markdown

# Documentation
## Contents
- [architecture.md](architecture.md) — System overview, Docker setup, request flow, startup sequence
- [backend.md](backend.md) — All API endpoints, ORM models, auth system, migration patterns
- [frontend.md](frontend.md) — Vue 3 module inventory, component reference, CSS conventions
- [data-model.md](data-model.md) — Database schema, relationships, device types, migration patterns
- [extending.md](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](extending.md#add-a-field-to-device) |
| Add an API endpoint | [extending.md → Add a New API Route Group](extending.md#add-a-new-api-route-group) |
| Add a translation key | [extending.md → Add a New i18n Key](extending.md#add-a-new-i18n-key) |
| Add a brand icon | [extending.md → Add a Brand Icon](extending.md#add-a-brand-icon) |
| Reset admin password | [extending.md → Change the Default Admin Password](extending.md#change-the-default-admin-password) |
| API endpoint reference | [backend.md → API Endpoints](backend.md#api-endpoints) |
| CSS variables list | [frontend.md → CSS Conventions](frontend.md#css-conventions) |
| Database schema | [data-model.md → Schema Overview](data-model.md#schema-overview) |