- Moved backend/ submodule to apps/backend/ - Moved frontend/ submodule to apps/frontend-web/ (canonical naming) - Moved database/ submodule to apps/database/ - Updated docker-compose.yml frontend path to apps/frontend-web - Updated CLAUDE.md v2.0.0 with canonical structure and aliases - Created apps/_MAP.md with component index - Updated MASTER_INVENTORY.yml paths (13 references) Part of: TASK-2026-02-06-ESTANDARIZACION-ESTRUCTURA-PROYECTOS (Sprint 2) Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
40 lines
1.1 KiB
Markdown
40 lines
1.1 KiB
Markdown
# _MAP: Aplicaciones de template-saas
|
|
|
|
**Carpeta:** apps/
|
|
**Proposito:** Contenedor canonico de todas las aplicaciones del proyecto (ADR-0011)
|
|
**Estado:** Activo
|
|
**Ultima actualizacion:** 2026-02-06
|
|
|
|
---
|
|
|
|
## Aplicaciones
|
|
|
|
| App | Ruta | Tipo | Stack | Estado | Git |
|
|
|-----|------|------|-------|--------|-----|
|
|
| **Backend API** | `apps/backend/` | API REST | NestJS 11 + TypeORM 0.3 + TypeScript 5 | Activo | Submodule (template-saas-backend-v2) |
|
|
| **Frontend Web** | `apps/frontend-web/` | SPA | React 19 + Vite 6 + TailwindCSS 3 + Zustand | Activo | Submodule (template-saas-frontend-v2) |
|
|
| **Database** | `apps/database/` | DDL | PostgreSQL 15+ | Activo | Submodule (template-saas-database-v2) |
|
|
|
|
---
|
|
|
|
## Metricas
|
|
|
|
| Componente | Metrica | Valor |
|
|
|-----------|---------|-------|
|
|
| Backend | Modulos | 23 |
|
|
| Database | DDL files | 6 |
|
|
| Database | Tablas | 24 |
|
|
|
|
---
|
|
|
|
## Docker
|
|
|
|
Los servicios se levantan con `docker-compose.yml`:
|
|
- Backend: `./apps/backend` (port 3001)
|
|
- Frontend: `./apps/frontend-web` (port 3000)
|
|
- Database DDL: `./apps/database/ddl`
|
|
|
|
---
|
|
|
|
*Generado por TASK-2026-02-06-ESTANDARIZACION-ESTRUCTURA-PROYECTOS (Sprint 2)*
|