Marketplace móvil para negocios locales
Go to file
rckrdmrd c5d92c1dc1 [MCH] chore: Update frontend submodule - Products connected to real API
Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
2026-01-20 02:15:45 -06:00
.github/workflows [MIGRATION-V2] feat: Migrar michangarrito a estructura v2 2026-01-10 11:28:54 -06:00
backend@45ec3ec09a chore: Sync backend submodule with .gitignore 2026-01-18 05:35:17 -06:00
database@9f51315ea1 [SPRINT-5] feat: Completar Sprint 5 - Inteligencia (MCH-006 + MCH-007) 2026-01-18 04:20:33 -06:00
deploy [MIGRATION-V2] feat: Migrar michangarrito a estructura v2 2026-01-10 11:28:54 -06:00
docs [MCH] docs: Purga documental - sincronizar documentacion con estado real del codigo 2026-01-20 02:09:08 -06:00
frontend@8199d622b1 [MCH] chore: Update frontend submodule - Products connected to real API 2026-01-20 02:15:45 -06:00
mcp-server@77c588dae0 docs(MCH-010): Mark MCP Server epic as completed - Sprint 1 2026-01-17 05:57:01 -06:00
mobile@10f586e7e7 docs(Sprint7): Update épicas MCH-022 y MCH-025 to Completado 2026-01-18 04:49:41 -06:00
orchestration [MCH] docs: Purga documental - sincronizar documentacion con estado real del codigo 2026-01-20 02:09:08 -06:00
whatsapp-service@b535856159 chore(MCH-016): Complete Sprint 4 - Entregas a Domicilio 2026-01-18 03:43:09 -06:00
.env [MIGRATION-V2] feat: Migrar michangarrito a estructura v2 2026-01-10 11:28:54 -06:00
.env.docker [MIGRATION-V2] feat: Migrar michangarrito a estructura v2 2026-01-10 11:28:54 -06:00
.env.example [MIGRATION-V2] feat: Migrar michangarrito a estructura v2 2026-01-10 11:28:54 -06:00
.env.ports [MIGRATION-V2] feat: Migrar michangarrito a estructura v2 2026-01-10 11:28:54 -06:00
.gitignore [MCH] docs: Purga documental - sincronizar documentacion con estado real del codigo 2026-01-20 02:09:08 -06:00
.gitmodules [MULTI-REPO] Convertir a estructura multi-repo con submodules -v2 2026-01-16 08:28:00 -06:00
docker-compose.yml [MIGRATION-V2] feat: Migrar michangarrito a estructura v2 2026-01-10 11:28:54 -06:00
README.md [MIGRATION-V2] feat: Migrar michangarrito a estructura v2 2026-01-10 11:28:54 -06:00

MiChangarrito - Plataforma POS Multi-tenant

Version: 0.1.0 Estado: Desarrollo Tipo: STANDALONE (SaaS) Sistema: SIMCO + NEXUS v3.4


Descripcion

Plataforma de punto de venta (POS) para tiendas pequenas y medianas en Mexico. Sistema multi-tenant con soporte para multiples canales: app movil, web, WhatsApp y asistente IA.

Funcionalidades Principales

  • Punto de venta rapido y facil
  • Gestion de productos e inventario
  • Control de clientes y fiados
  • Pedidos y ordenes
  • Integracion WhatsApp Business
  • Asistente IA para ventas
  • Reportes y analytics
  • Pagos: Stripe, MercadoPago, Clip, CoDi, SPEI

Stack Tecnologico

Capa Tecnologia
Backend NestJS + TypeScript
Frontend Web React + Vite
Mobile React Native
Database PostgreSQL 16+ con RLS (Multi-tenant)
Cache Redis
AI/LLM OpenRouter, OpenAI, Claude, Ollama
WhatsApp Meta Business API
Payments Stripe, MercadoPago, Clip

Estructura del Proyecto

michangarrito/
├── apps/
│   ├── backend/          # API NestJS
│   ├── frontend/         # Web React
│   ├── mobile/           # React Native
│   ├── web/              # Landing page
│   ├── mcp-server/       # Servidor MCP para LLM
│   └── whatsapp-service/ # Integracion WhatsApp
├── database/
│   ├── schemas/          # DDL
│   └── seeds/            # Datos iniciales
├── docs/
│   ├── 00-vision-general/
│   ├── 01-epicas/
│   ├── 02-especificaciones/
│   └── 90-transversal/
└── orchestration/
    ├── 00-guidelines/
    ├── inventarios/
    ├── environment/
    └── trazas/

Modulos Principales

  1. Auth - Autenticacion y autorizacion
  2. Tenants - Multi-tenancy
  3. Products - Catalogo de productos
  4. Inventory - Control de inventario
  5. Sales - Punto de venta
  6. Customers - Clientes y fiados
  7. Orders - Pedidos
  8. Reports - Reportes y analytics
  9. Subscriptions - Planes y suscripciones
  10. Payments - Integracion de pagos

Inicio Rapido

# Backend
cd apps/backend && npm install && npm run start:dev

# Frontend
cd apps/frontend && npm install && npm run dev

# MCP Server
cd apps/mcp-server && npm install && npm run start

# WhatsApp Service
cd apps/whatsapp-service && npm install && npm run start

Variables de Entorno

Ver .env.example para la configuracion requerida.


Referencias

  • Vision: docs/00-vision-general/VISION-PROYECTO.md
  • Arquitectura: docs/00-vision-general/ARQUITECTURA-TECNICA.md
  • Requerimientos: docs/00-vision-general/REQUERIMIENTOS-FUNCIONALES.md
  • Contexto: orchestration/00-guidelines/

Creado: 2026-01-04 Actualizado: 2026-01-07