Skip to content

hamidabdelghani/Hotel-Management-System

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

43 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Hotel-Management-System

Simple hotel booking website with content management system. Users can book rooms for specific dates. Admin can create, update, and delete room details. Admin can manage everything in the app.

Video

videoplayback.1.mp4

Tech Stack

HTML
CSS
JAVASCRIPT
PHP
BOOTSTRAP 

Requirements Windows:

1 Download & Install: XAMPP in C:\xampp (default)
2 Clone this repository in C:\xampp\htdocs
3 Run XAMPP and start "Apache" and "MySQL"
4 Open the link "localhost/phpmyadmin/"
5 Click on new at sidebar and create a database name "bluebirdhotel"
After clicking database click import and select the file "bluebirdhotel.sql"
Open the link "http://localhost/Hotel-Management-System/"
Now register and login

Requirements Linux[Rocky Linux 9]:

1 Install dnf package manager
2 Clone this repository in your home directory
3 Enable execute permissions on setup.sh `chmod 755 setup.sh`
4 Login as root or use `sudo su - root`
5 Run setup.sh `./setup.sh`
Open the link "http://localhost/Hotel-Management-System/"
Now register and login

login page

== Staff Login ==

Email : Admin@gmail.com
Password : 1234

About

A PHP + MySQL + HTML + CSS + JS based Hotel Management System with a beautiful user interface

Resources

License

Stars

0 stars

Watchers

0 watching

Forks

Releases

No releases published

Packages

 
 
 

Contributors

Languages

  • PHP 77.3%
  • CSS 20.0%
  • JavaScript 1.9%
  • Shell 0.8%