Initial commit: Sistema Autoparts DB

- Base de datos SQLite con información de vehículos
- Dashboard web con Flask y Bootstrap
- Scripts de web scraping para RockAuto
- Interfaz CLI para consultas
- Documentación completa del proyecto

Incluye:
- 12 marcas de vehículos
- 10,923 modelos
- 10,919 especificaciones de motores
- 12,075 combinaciones modelo-año-motor
This commit is contained in:
2026-01-19 08:45:03 +00:00
commit f395d67136
59 changed files with 10881 additions and 0 deletions

View File

@@ -0,0 +1,5 @@
brand_name,name,body_type,generation,production_start_year,production_end_year
Toyota,Corolla,sedan,E210,2018,
Honda,Accord,sedan,X,2018,
Ford,F-150,truck,13th Gen,2015,
BMW,3 Series,sedan,G20,2018,
1 brand_name name body_type generation production_start_year production_end_year
2 Toyota Corolla sedan E210 2018
3 Honda Accord sedan X 2018
4 Ford F-150 truck 13th Gen 2015
5 BMW 3 Series sedan G20 2018