A simple JDBC-based Hotel Reservation System built using Java and MySQL.
It allows users to reserve rooms, view, update, and delete reservations from a MySQL database.
- Add new room reservations
- View all existing reservations
- Search for a guest’s room number
- Update reservation details
- Delete reservations
- Clean, menu-driven console interface
- Java 17+
- MySQL 8.x
- JDBC (MySQL Connector/J)
- Multithreading
- IntelliJ IDEA
📸 Example Menu
^^ HOTEL RESERVATION SYSTEM ^^
- Reserve a Room
- View Reservations
- Get Room Number
- Update Reservation
- Delete Reservation
- Exit Choose an option:
🪪 License This project is open source and available under the MIT License.