src/ ├── domain/ # Lógica de negocio central │ ├── entities/ # Entidades del dominio │ ├── value-objects/ # Value Objects │ └── errors/ # Errores personalizados del dominio ├── application/ # Lógica ...
A full‑stack course management platform with a Spring Boot backend, React (Vite) frontend and MySQL database. Features include authentication, role‑based authorization, an admin dashboard, and REST ...