# _MAP: Aplicaciones de michangarrito **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 10 + TypeScript | Activo | Submodule (michangarrito-backend-v2) | | **Frontend Web** | `apps/frontend-web/` | SPA | React 19 + Vite | Activo | Submodule (michangarrito-frontend-v2) | | **Frontend Mobile** | `apps/frontend-mobile/` | Mobile App | React Native Expo SDK 51 | Activo | Submodule (michangarrito-mobile-v2) | | **MCP Server** | `apps/mcp-server/` | LLM Gateway | Node.js + 15 tools | Activo | Submodule (michangarrito-mcp-server-v2) | | **WhatsApp Service** | `apps/whatsapp-service/` | Messaging | Meta Cloud API | Activo | Submodule (michangarrito-whatsapp-service-v2) | | **Database** | `apps/database/` | DDL | PostgreSQL 16+ | Activo | Submodule (michangarrito-database-v2) | --- ## Notas - Migrado a estructura apps/ canonica (ADR-0011) 2026-02-06 - 6 submodulos git separados (POLYREPO) - Proyecto con mayor cantidad de submodulos en el workspace --- *Generado por TASK-2026-02-06-ESTANDARIZACION-ESTRUCTURA-PROYECTOS (Sprint 4)*