Skip to content

Latest commit

 

History

History
44 lines (33 loc) · 1.96 KB

README.md

File metadata and controls

44 lines (33 loc) · 1.96 KB

Wedding Management System

Welcome to the Wedding Management System! This project provides an all-in-one platform for planning and managing weddings efficiently. Designed for couples, vendors, and planners, it streamlines the entire process with an easy-to-use web-based solution.

🚀 Features

For Couples:

  • Access a wide range of wedding services and vendors.
  • Customize wedding designs, themes, and plans.
  • Manage guest lists and event schedules effortlessly.

For Vendors:

  • Showcase products and services to a larger audience.
  • Gain recognition and increase client base.
  • Manage bookings and communication effectively.

For Planners:

  • Assist in coordinating between couples and vendors.
  • Simplify task management and ensure smooth execution.

🛠️ Technologies Used

  • Frontend: HTML, CSS, Bootstrap
  • Backend: PHP
  • Database: MySQL
  • Server: XAMPP

Installation

  1. Clone the repository:

    • Clone the repository from GitHub to your local machine or download the zip file.
  2. Set up XAMPP and place the project folder in the htdocs directory:

    • Download and install XAMPP on your computer.
    • Start the Apache and MySQL modules in XAMPP to run the web server and database.
    • Move the cloned project folder into the htdocs directory inside your XAMPP installation directory (e.g., C:\xampp\htdocs).
  3. Create the database in MySQL using the provided SQL script:

    • Open phpMyAdmin (typically accessible at http://localhost/phpmyadmin).
    • Create a new database called wedding_management_system.
    • Import the provided SQL script (database.sql) into the newly created database. This will set up all necessary tables and initial data.
  4. Open the project in your browser to start using the Wedding Management System:

    • In your web browser, go to http://localhost/your_project_folder to access the Wedding Management System.
    • Follow the setup instructions for the initial configuration if required.