Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/tushar-2223/hotel-management-system
A PHP + MySQL + HTML + CSS + JS based Hotel Management System with a beautiful user interface
https://github.com/tushar-2223/hotel-management-system
admin-dashboard bootstrap5 chartjs crud-operation css hotel-booking hotel-booking-website hotel-booking-website-in-php hotel-management hotel-management-plsql hotel-management-system hotel-reservation html5 javascript mysql php project
Last synced: 9 days ago
JSON representation
A PHP + MySQL + HTML + CSS + JS based Hotel Management System with a beautiful user interface
- Host: GitHub
- URL: https://github.com/tushar-2223/hotel-management-system
- Owner: tushar-2223
- License: mit
- Created: 2022-11-10T17:08:25.000Z (almost 2 years ago)
- Default Branch: main
- Last Pushed: 2024-04-04T03:01:39.000Z (7 months ago)
- Last Synced: 2024-10-11T10:49:21.778Z (25 days ago)
- Topics: admin-dashboard, bootstrap5, chartjs, crud-operation, css, hotel-booking, hotel-booking-website, hotel-booking-website-in-php, hotel-management, hotel-management-plsql, hotel-management-system, hotel-reservation, html5, javascript, mysql, php, project
- Language: PHP
- Homepage:
- Size: 14.2 MB
- Stars: 73
- Watchers: 3
- Forks: 35
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE.txt
Awesome Lists containing this project
README
# 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
https://github.com/tushar-2223/Hotel-Management-System/assets/87109400/08742fd7-5e7b-4459-90ef-c4e6b3e0cabd
## Tech Stack
```sh
HTML
CSS
JAVASCRIPT
PHP
BOOTSTRAP
```## Requirements Windows:
```sh
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]:
```sh
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
```sh
== Staff Login ==Email : [email protected]
Password : 1234
```