Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/preston176/hotel-management-php
https://github.com/preston176/hotel-management-php
Last synced: about 15 hours ago
JSON representation
- Host: GitHub
- URL: https://github.com/preston176/hotel-management-php
- Owner: preston176
- Created: 2023-11-02T05:12:34.000Z (about 1 year ago)
- Default Branch: main
- Last Pushed: 2023-11-16T08:37:14.000Z (almost 1 year ago)
- Last Synced: 2023-11-16T10:44:41.696Z (almost 1 year ago)
- Language: JavaScript
- Size: 14.5 MB
- Stars: 2
- Watchers: 1
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Hotel Booking Management System
Welcome to the Hotel Booking Management System! This system allows you to manage hotel bookings efficiently.
## Installation Guide
Follow these steps to set up the Hotel Booking Management System on your local environment:
1. **Download XAMPP:**
- Download and install [XAMPP](https://www.apachefriends.org/index.html) on your system.2. **Choose a Text Editor:**
- Select a text editor of your choice. Recommended: [Notepad++](https://notepad-plus-plus.org/) or [Sublime Text 3](https://www.sublimetext.com/).
- [Visual Studio Code](https://code.visualstudio.com/)3. **Download the System:**
- Download the "Hotel_Booking_Management_System" from this repository.4. **Extract and Copy:**
- Extract the downloaded ZIP file and copy the "Hotel_Booking_Management_System" folder.5. **Paste in XAMPP Root Directory:**
- Paste the folder inside the XAMPP root directory.
- Example path: `C:\xampp\htdocs\` (for XAMPP on C: drive)6. **Open PHPMyAdmin:**
- Open PHPMyAdmin by visiting [http://localhost/phpmyadmin](http://localhost/phpmyadmin).
- make sure Apache & MySQL is running
![Alt text](./imgs/image.png)
- Click on admin button of MySQL7. **Create Database:**
- Create a new database named `hotel_db`.![Alt text](./imgs/image-1.png)
8. **Import SQL File:**
- Import the `hotel_db.sql` file found in the SQL file folder of the downloaded ZIP package into the `hotel_db` database.![Alt text](./imgs/image-2.png)
![Alt text](./imgs/img4.png)
9. **Run the System:**
- Open your web browser and go to [http://localhost/Hotel_Booking_Management_System](http://localhost/Hotel_Booking_Management_System).![Alt text](./imgs/img5.png)
**Login Details:**- Default admin credentials:
- **Admin**
- Username: admin
- Password: admin123
`You can use this `## Features
- **Booking Management:**
- Efficiently manage hotel bookings.
- **User Management:**
- Create and manage user accounts.- **Admin Panel:**
- Access the admin panel for administrative tasks.## License
This project is licensed under the MIT License - see the [LICENSE.md](LICENSE.md) file for details.