Skip to content

Latest commit

 

History

History
71 lines (45 loc) · 1.8 KB

File metadata and controls

71 lines (45 loc) · 1.8 KB

✈️ Air-Travels Tourist Management System in PHP

A simple web-based application for managing tourist packages, bookings, user profiles, and admin control.


📥 Installation Steps (Configuration)

  1. Download and unzip the file on your local system.
  2. Copy the folder Air-Travels_Tourist-Management-System inside your web root directory:
    • XAMPP: xampp/htdocs
    • WAMP: wamp/www
    • LAMP: var/www/html

🗄️ Database Configuration

  1. Open phpMyAdmin.
  2. Create a new database named: tms
  3. Import the SQL file tms.sql located inside the zip package.

🌐 How to Run

🧑‍💼 Admin Panel:

  • URL: http://localhost/Air-Travels_Tourist-Management-System/admin
  • Username: adminR
  • Password: adminR@123

👤 User Panel:

  • URL: http://localhost/Air-Travels_Tourist-Management-System/
  • Username: Usertest@gmail.com
  • Password: UserR@123

📸 Screenshot

1. Front Page

Front Page

2. Admin Page

Admin Page

3. Package Customization Page

Package Customization

4. User Page

User Page

The screenshot is located in the Screen Shots folder. Note: use %20 to represent spaces in image paths.


✅ Features

  • User registration and login
  • Tour package booking and management
  • Admin dashboard for package management
  • View booking history

⚠️ Note

Make sure Apache and MySQL are running in your XAMPP/WAMP/LAMP server before accessing the system.