Este proyecto es una plataforma de movilidad integral que conecta pasajeros con distintos tipos de conductores: mototaxi, motoparrillero, motocarga, intermunicipal, despachadores y panel de CEO.
EstΓ‘ construido sobre Firebase (backend serverless) y un frontend web progresivo (PWA), integrando API de WhatsApp Business para notificaciones en tiempo real.
ProyectosCIMCO/ βββ functions/ # Backend (Firebase Cloud Functions) β βββ index.js # LΓ³gica principal de backend β βββ package.json # Dependencias backend β βββ serviceAccountKey.json # π Claves privadas (NO se sube a GitHub) β βββ β¦ β βββ frontend/ # AplicaciΓ³n web (PWA) β βββ public/ # Archivos HTML y estΓ‘ticos β β βββ pasajero.html β β βββ mototaxi.html β β βββ motoparrillero.html β β βββ motocarga.html β β βββ intermunicipal.html β β βββ despachadorinter.html β β βββ ceo-panel.html β β βββ paginaweb.html β β βββ panel-credito.html β β βββ panel-whatsapp.html β β βββ qr-generador.html β β βββ manifest.json β β βββ service-worker.js β βββ β¦ β βββ database/ # Reglas y configuraciΓ³n de Firestore β βββ firestore.rules β βββ firestore.indexes.json β βββ scripts/ # Scripts de automatizaciΓ³n β βββ check-env.ps1 # β Verifica entorno (Java, Node, NPM, Firebase) β βββ check-firebase.ps1 # β (opcional) Test de emulador y backend β βββ iniciar-frontend.ps1 # π Levanta el frontend en local β βββ iniciar_cimco.bat # π Launcher para Windows β βββ firebase.json # ConfiguraciΓ³n de Firebase Hosting & Functions βββ .firebaserc # Proyecto de Firebase activo βββ .gitignore # Ignora claves, node_modules y archivos sensibles βββ README.md # DocumentaciΓ³n del proyecto
manifest.json y service-worker.js)```bash git clone https://github.com/carlosmario57/taxia-sitioweb.git cd taxia-sitioweb