Movers and Packers Management System using PHP and MySQL
Packers and Movers Management System is software which provide an interactive platform between users and Movers and Packers Company. This project provides best and reliable services in relocating. Users can book the services through this web portal.
Project Requirements
Project Name | Packers and Movers Management System Project in PHP |
---|---|
Language Used | PHP5.6, PHP7.x,PHP8.x |
Database | MySQL 5.x, MySQL8.x |
User Interface Design | HTML, AJAX,JQUERY,JAVASCRIPT |
Web Browser | Mozilla, Google Chrome, IE8, OPERA |
Software | XAMPP / Wamp / Mamp/ Lamp (anyone) |
Project Modules
In this project, we use PHP and MySQL database. It has two modules
- User
- Admin
User Panel
- Home Page: This is home page of company websites.
- Services: In this sections users can view services which is provided by company.
- About: This is about us page of company websites.
- Contact Us: This is contact us page of company websites.
- Signup: In this section, users can registered themselves.
- Login: In this section, users can login in the system and book the services.
- Request Quote: In this section, user can book the services of movers and packers.
- My Request: In this section, users can view booking history request.
- My Account: In this section, users can view and update his/her profile.
- Change Password: In this section, users can change his/her password.
Admin Module
- Admin is the super user of the website who can manage everything on the website. Admin can log in through the login page
- Dashboard: In this section, admin can see all detail in brief like the total queries, Total unread queries, Total read queries, Total booking and Total approved booking, and total rejected booking, total listed services, and Total Registered users.
- Services: In this section, admin can manage services (add/update/delete).
- Booking: In this section, admin can view booking request which is book by registered users and have rights to approved and disapproved the request.
- Pages: In this section, admin can manage about us and contact us pages.
- Contacts Queries: In this section, admin can view and maintain the Queries.
- Registered Users: In this section, admin can registered users details and their booking request.
- Search: In this section, admin can search booking details with the help of name and mobile number of users.
- Reports: In this section, admin can view booking and queries in a particular periods.
- Admin can also update his profile, change the password and recover the password.
Some Project Screenshots
Home Page
User login
Request Quote
Admin Dashboard
All Requests
Request Details
How to run the Movers and Packers Management System (MPMS)
1. Download the Project zip file
2.Extract the file and copy mpms folder
3.Paste inside root directory(for xampp xampp/htdocs, for wamp wamp/www, for lamp var/www/html)
4.Open PHPMyAdmin (http://localhost/phpmyadmin)
5.Create a database with name mpmsdb
6.Import mpmsdb.sql file (given inside the zip package in SQL file folder)
7.Run the script http://localhost/mpms (frontend)
***************Credential for Admin Panel***********************
Username: admin
Password: Test@123
****************Credential for User Panel************************
Email: john@gmail.com
Password: Test@123
Project Demo