Skip to content

Latest commit

 

History

16 Commits

Folders and files

NameName
Last commit message
Last commit date
 
 
 
 
 
 
 
 

Repository files navigation

autotrack-backend

C# .NET8 backend API for AutoTrack — an inventory management, sales/purchase, and public catalog system for vehicle dealerships. Includes role-based authentication, PDF generation, and an AI module for business descriptions.

Arquitectura

  • DDD (Domain Driven Design)
  • Clean Services
  • EF Core + Pomelo MySQL
  • API REST
  • JWT Authentication (pendiente implementar)
  • IA asistida (en módulo AutoTrack.AI)

Estructura de carpetas (src/)

  • AutoTrack.Api → API pública
  • AutoTrack.Application → reglas de aplicación
  • AutoTrack.Domain → entidades y modelos
  • AutoTrack.Infrastructure → base de datos / EF Core
  • AutoTrack.AI → integración IA (en desarrollo)

Base de datos

Se usa MySQL alojado en Aiven Cloud.

Los valores reales de conexión se definen en .env (no incluido en el repo).

Futuros Scripts

  • dotnet ef migrations add XXXXXX -p src/AutoTrack.Infrastructure -s src/AutoTrack.Api
  • dotnet ef database update -p src/AutoTrack.Infrastructure -s src/AutoTrack.Api

About

¡NOT USE! | ¡NOT USE! | ¡NOT USE! | ¡NOT USE! | ¡NOT USE!

Resources

Stars

0 stars

Watchers

0 watching

Forks

Releases

Packages

Used by

Contributors

Languages