A streamlined solution for managing travel and bookings, built with PHP and MySQL.
Follow these steps to get the environment running on your local machine.
- Download and install XAMPP.
- Clone this repository into your XAMPP web root directory:
- Linux:
/opt/lampp/htdocs/ - Windows:
C:\xampp\htdocs\
- Linux:
Launch the XAMPP Control Panel and start the Apache and MySQL modules.
- Open your browser and go to phpMyAdmin.
- Create a new database named:
tripBookingPOS.
- Select the
tripBookingPOSdatabase in phpMyAdmin. - Navigate to the Import tab.
- Choose the SQL file located at:
.../htdocs/Booking-Master/database/data/tripBookingPOS.sql - Click Go to execute the import.
Access the system by visiting: 👉 http://localhost/Booking-Master/home/index.php
Inspired by the architecture detailed in:
| Component | Template Source |
|---|---|
| Landing Page | Restaurant – Free Tailwind CSS |
| Login Form | Neumorphism Login Form |
| Admin Dashboard | Davidgrzyb Tailwind Admin |