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.
- Access a wide range of wedding services and vendors.
- Customize wedding designs, themes, and plans.
- Manage guest lists and event schedules effortlessly.
- Showcase products and services to a larger audience.
- Gain recognition and increase client base.
- Manage bookings and communication effectively.
- Assist in coordinating between couples and vendors.
- Simplify task management and ensure smooth execution.
- Frontend: HTML, CSS, Bootstrap
- Backend: PHP
- Database: MySQL
- Server: XAMPP
-
Clone the repository:
- Clone the repository from GitHub to your local machine or download the zip file.
-
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
).
-
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.
- Open phpMyAdmin (typically accessible at
-
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.
- In your web browser, go to