iAmey001 / Hotel-Booking-Website

A fully functional hotel booking website offering users an intuitive and seamless booking experience.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

HOTEL BOOKING WEBSITE


Table of Contents

ABSTRACT

Hotel booking websites are web-based applications that allow users to search for and book hotel rooms online. These websites typically provide users with a variety of search criteria, such as location, price, and amenities, to help them find the perfect hotel for their needs. Once a user has found a hotel that they are interested in, they can usually book the room directly through the website.

Hotel booking websites offer a number of advantages over traditional methods of booking hotel rooms, such as calling the hotel directly or visiting a travel agency. These advantages include convenience, speed, flexibility, and price comparison. Additionally, hotel booking websites can provide users with a number of other features, such as guest reviews, travel guides, and customer support.

Overall, hotel booking websites offer a convenient, fast, and flexible way to book hotel rooms. They can also help users to compare prices and read reviews from previous guests, so they can be sure to get the best possible deal on their stay.


SOFTWARE REQUIREMENTS

  • Operating System : Any version of Windows NT family (4.0 &above)
  • Frontend :

    html5 css3 javascript bootstrap

  • Backend :

    php

  • Database :

    mysql


INSTRUCTIONS

DOWNLOAD the zip file "Hotel Booking Website"

  1. Dowload and install XAMPP

  2. Download WinRAR or any other archiver extractor tool

  3. Extract the file and copy "hotelbooking" folder

  4. Paste the above copied folder in 'htdocs' folder inside root directory where you install xampp. (Eg: C:\Program Files\xampp\htdocs)

  5. Open PHPMyAdmin in browser http://localhost/phpmyadmin

  6. Create a database with name "hotelbooking"

  7. Import hotelbooking.sql file in that database (given inside the zip file in Database folder)

  8. Paste the URL in browser http://localhost/hotelbooking/index.php

  9. To access admin panel, use the following link and credentials:

    http://localhost/hotelbooking/admin/index.php

    username: amey

    password: 12345


SCREENSHOTS

Home Page:

index

index

index

index

User Registration:

register

User Login:

login

Rooms Page:

rooms

Admin Dashboard:

admin

admin

admin


CONTRIBUTORS

About

A fully functional hotel booking website offering users an intuitive and seamless booking experience.


Languages

Language:PHP 94.2%Language:JavaScript 4.5%Language:Hack 0.8%Language:CSS 0.3%Language:Makefile 0.2%Language:Dockerfile 0.1%