Files
Torch2196 4c3dc94ff2 Initial commit: Horux Strategy Platform
- Laravel 11 backend with API REST
- React 18 + TypeScript + Vite frontend
- Multi-parser architecture for accounting systems (CONTPAQi, Aspel, SAP)
- 27+ financial metrics calculation
- PDF report generation with Browsershot
- Complete documentation (10 documents)

Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
2026-01-31 22:24:00 -06:00

826 B

Documentación - Horux Strategy Platform

Índice

  1. Descripción General
  2. Arquitectura del Sistema
  3. Instalación y Configuración
  4. API Reference
  5. Guía del Frontend
  6. Base de Datos
  7. Parsers de Balanzas
  8. Métricas Financieras
  9. Generación de PDF
  10. Administración

Inicio Rápido

# Backend
cd backend
composer install
cp .env.example .env
php artisan key:generate
php artisan migrate --seed
php artisan serve

# Frontend (otra terminal)
cd frontend
npm install
npm run dev

Accede a http://localhost:5173 con: