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>
This commit is contained in:
35
docs/README.md
Normal file
35
docs/README.md
Normal file
@@ -0,0 +1,35 @@
|
||||
# Documentación - Horux Strategy Platform
|
||||
|
||||
## Índice
|
||||
|
||||
1. [Descripción General](./01-descripcion-general.md)
|
||||
2. [Arquitectura del Sistema](./02-arquitectura.md)
|
||||
3. [Instalación y Configuración](./03-instalacion.md)
|
||||
4. [API Reference](./04-api-reference.md)
|
||||
5. [Guía del Frontend](./05-frontend.md)
|
||||
6. [Base de Datos](./06-base-de-datos.md)
|
||||
7. [Parsers de Balanzas](./07-parsers.md)
|
||||
8. [Métricas Financieras](./08-metricas.md)
|
||||
9. [Generación de PDF](./09-pdf.md)
|
||||
10. [Administración](./10-administracion.md)
|
||||
|
||||
## Inicio Rápido
|
||||
|
||||
```bash
|
||||
# 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:
|
||||
- Email: admin@horux360.com
|
||||
- Password: password
|
||||
Reference in New Issue
Block a user