Saved searches
Use saved searches to filter your results more quickly
Cancel Create saved search
Sign up Reseting focus
You signed in with another tab or window. Reload to refresh your session. You signed out in another tab or window. Reload to refresh your session. You switched accounts on another tab or window. Reload to refresh your session.
🏨 Hotel Reservation System 🛏️ This project is a simple and interactive hotel reservation system implemented in Java and MySQL. It allows you to manage hotel reservations, view current bookings, edit reservation details, and more. Perfect for small hotels and guesthouses! 🌟
Notifications You must be signed in to change notification settings
prabhatthakuryt/Hotel-Reservation-System
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Go to file
Folders and files
Last commit message
Last commit date
Latest commit
History
View all files
Repository files navigation
Hotel Reservation System 🏨
Welcome to the Hotel Reservation System, a Java-based application for managing hotel reservations efficiently. Whether you're running a small inn or a boutique hotel, this system simplifies the reservation process, enhances guest management, and keeps your business organized.
Features 🌟
- Reserve a Room: Easily make new reservations by providing guest details, room numbers, and contact information.
- View Reservations: Get an overview of all current reservations, including guest names, room numbers, contact details, and reservation dates.
- Edit Reservation Details: Update guest names, room numbers, and contact information for existing reservations.
- Delete Reservations: Remove reservations that are no longer needed.
Getting Started 🚀
Prerequisites
- Java Development Kit (JDK)
- MySQL Database
- MySQL Connector/J (Java)
Setup
- Clone this repository to your local machine:
git clone https://github.com/prabhatthakuryt/Hotel-Reservation-System.git
private static final String DB_URL = "jdbc:mysql://localhost:3306/hotel_db"; private static final String DB_USER = "your_username"; private static final String DB_PASSWORD = "your_password";
Usage 📋
- Upon running the application, you'll be presented with a menu to choose your desired operation (reservation, viewing, editing, or exiting).
- Follow the prompts to input reservation details, view current reservations, edit existing bookings, and more.
Contributing 🤝
- Contributions are welcome! Feel free to open issues and pull requests for bug fixes, enhancements, or new features.
Acknowledgments 🙏
- Special thanks to all contributors and supporters of the Hotel Reservation System project.