template-saas/apps/_MAP.md
Adrian Flores Cortes e7767e03be
Some checks failed
CI / Backend CI (push) Has been cancelled
CI / Frontend CI (push) Has been cancelled
CI / Security Scan (push) Has been cancelled
CI / CI Summary (push) Has been cancelled
[template-saas] refactor(structure): Migrate to canonical apps/ structure (ADR-0011)
- 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>
2026-02-06 10:14:32 -06:00

1.1 KiB

_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)