Documentation DAREWATCH¶
Bienvenue ! Cette documentation couvre tout ce qu'il faut savoir pour travailler sur le projet DAREWATCH.
Sujets couverts¶
- Introduction — Présentation, architecture, organisation du monorepo
- Démarrage — Prérequis, installation, variables d'environnement
- Services — Détail des 3 applications (Group, Tech, Immo)
- Infrastructure — Docker, Nginx, certificats, déploiement
- API Backend — Conventions, endpoints tech/immo, audit dynamique
- Commandes — Toutes les commandes CLI par catégorie
- SEO — Stratégie référencement multi-apps
- FAQ — Réponses aux questions courantes
Les 3 applications¶
| App | Tech | URL local | Git path |
|---|---|---|---|
| Group | Laravel/PHP | http://localhost:8002 | apps/drwh_group/ |
| Tech | Next.js | http://localhost:3000 | apps/drwh_tech/ |
| Immo | Next.js | http://localhost:3001 | apps/drwh_immo/ |
Navigation rapide¶
| Besoin | Aller à |
|---|---|
| Je suis nouveau | Présentation |
| Comment ça marche ? | Architecture |
| Je veux installer | Installation |
| Je dois déployer | Docker & Vercel |
| Je suis dev backend | Conventions API |
| Je cherche les endpoints | API Tech ou API Immo |
| Question ? | FAQ |
Bon développement ! 🚀