/Hotel-Booking

🏨 Introducing our Hotel Booking System: A Java-based marvel for seamless hotel reservations! Features include user registration, intuitive booking management, and interactive workbench integration. 🚀 Clone, set up, run Registration.java, and immerse yourself in the magic!

Primary LanguageJava

🚀 Hotel Booking System - Quick Start Guide

Welcome to the exciting world of Hotel Booking! 🏨✨ Follow these steps to set up and run the project.

Step 1: Install Java JDK

Make sure you have Java JDK installed on your machine. If not, download and install it from here.

Step 2: Clone the Repository

Use the following command to clone the repository:

git clone https://github.com/kamlesh-IY9/Hotel-Booking.git

Navigate to the "Hotel Booking" folder.

Step 3: Open Workbench

Open your favorite workbench to manage the database.

-- Set up the Database
create database Register;
use Register;

-- Create User Table
CREATE TABLE user (
    FM varchar(30),
    LM varchar(30),
    EM varchar(30),
    PW varchar(30),
    UN varchar(30)
);

-- Create Booking Table
CREATE TABLE Booking (
    UN VARCHAR(50),
    AD VARCHAR(50),
    MN VARCHAR(50),
    RT VARCHAR(50),
    FA VARCHAR(50),
    SD VARCHAR(50),
    NR VARCHAR(50),
    ID VARCHAR(50),
    OD VARCHAR(50),
    MA VARCHAR(50),
    FE VARCHAR(50),
    CH VARCHAR(50)
);

Step 4: Run Registration Magic

Now, it's time for the magic! Run the Registration.java file, and watch the Hotel Booking System come to life. ✨🔮

📸 Project Showcase

demo.of.hotel.booking.mp4

Contributors

Wrapping Up

Congratulations! You've successfully set up the Hotel Booking System. If you face any issues, feel free to reach out.

Now, go ahead and add your own touch to the project. Happy coding! 🚀🌟