Skip to content

๐Ÿจ Hotel Booking System Java-based system for seamless hotel reservations. Features user registration, booking management, and interactive workbench integration. Clone, set up, run Registration.java, and experience the magic!

Notifications You must be signed in to change notification settings

YashPatil2023/Hotel-Booking

Folders and files

NameName
Last commit message
Last commit date

Latest commit

ย 

History

5 Commits
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 

Repository files navigation

๐Ÿš€ 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 [repository_url]](https://github.com/j-a-y-e-s-h/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! ๐Ÿš€๐ŸŒŸ

About

๐Ÿจ Hotel Booking System Java-based system for seamless hotel reservations. Features user registration, booking management, and interactive workbench integration. Clone, set up, run Registration.java, and experience the magic!

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages