A simple hotel reservation system built using Java, JDBC, and MySQL, developed in IntelliJ IDEA. This project demonstrates core Java concepts such as OOP, database connectivity, and user interaction via the console.
- Add new hotel rooms
- Book a room for a customer
- Check room availability
- Display customer booking details
- Cancel bookings
- View all current reservations
- Java β Core programming logic
- JDBC β To connect with MySQL database
- MySQL β Backend database for storing hotel and booking info
- IntelliJ IDEA β Development environment
- Clone the repository:
git clone https://github.com/Anvith433/HotelReservationSystem-Java.git cd HotelReservationSystem-Java