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 🌟

Getting Started 🚀

Prerequisites

Setup

  1. 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 📋

Contributing 🤝

Acknowledgments 🙏