A web-based movie rental management system built using Java, Javalin, HTML, and JavaScript.
- Full CRUD operations for multiple entities: Movies, Cities, Countries, Distributors, Employees, Deliveries, and more.
- Responsive HTML interface with interactive forms and tables.
- RESTful API built with the Javalin framework.
- Organized codebase following the DAO pattern and modular controllers.
- Backend: Java 17, Javalin
- Frontend: HTML, CSS, JavaScript
- Database: PostgreSQL (or compatible)
- Clone the repository:
git clone https://github.com/your_username/videoteca-app.git
Un sistema de gestión de alquiler de películas basado en la web, desarrollado con Java, Javalin, HTML y JavaScript.
- Operaciones CRUD completas para múltiples entidades: Películas, Ciudades, Países, Distribuidores, Empleados, Entregas, y más.
- Interfaz HTML responsiva con formularios y tablas interactivas.
- API RESTful construida con el framework Javalin.
- Código organizado siguiendo el patrón DAO y controladores modulares.
- Backend: Java 17, Javalin
- Frontend: HTML, CSS, JavaScript
- Base de Datos: PostgreSQL (o compatible)
-
Cloná el repositorio:
git clone https://github.com/tu_usuario/videoteca-app.git
-
Para probar la base de datos utilizar el archivo : queries_creates.sql
-
Se puede evr el funcionamiento de la estructura, en render: https://appvideoclub.onrender.com (No es posible acceder desde render a la base de datos, asi que solo se puede apreciar la estructura visual y el funcionamiento)