Skip to content

jashnGoyl/HotelReservationSystem

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Hotel Reservation System 🏨

About the Project 📜

A beginner-friendly Java project demonstrating how to integrate JDBC with MySQL for hotel reservation management. This project is designed to help learners practice basic database operations like inserting, retrieving, updating, and deleting records in a structured way.


Purpose 🎯

This project is ideal for beginners to:

  • Understand how Java interacts with a MySQL database using JDBC.
  • Learn the fundamentals of executing SQL queries through a Java application.
  • Develop confidence in working with databases and handling CRUD (Create, Read, Update, Delete) operations programmatically.

Features ⚙️

Core Functionalities:

  1. Reserve a Room: Add guest details and reserve a room.
  2. View Reservations: Display all reservations in a tabular format.
  3. Get Room Number: Retrieve room numbers based on reservation details.
  4. Update Reservations: Modify existing reservations.
  5. Delete Reservations: Remove a reservation using its ID.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages