This repository contains a Java project for an hotel room reservation system. The system is designed to handle the management of room reservations, including maintaining room availability, customer information, and generating receipts. Functionalities The application provides the following functionalities:
CRUD Operations: Create, list, update, and delete records for the four tables: chambre, sejourner, reserver, and occuper. Automated Email Notification: Automatically send an email to the customer after a reservation, including details such as the occupied room, dates, and number of days. Exclusive Room Reservation: Ensure that a room reserved for a specific date cannot be booked by another customer. Search for Available Room: Find an available room for a given date. Generate PDF Receipt: Generate a PDF receipt for a customer's stay.