Car Showroom Management System Using PHP and MySQL
The Car Showroom Management System is a web-based application developed to streamline the operations and management of a car showroom. The system aims to provide an efficient and user-friendly platform for automating various tasks related to listing of cars customer interactions, and reporting.
Project Requirements
Project Name | Car Showroom Management System Project in PHP |
---|---|
Language Used | PHP5.6, PHP7.x |
Database | MySQL 5.x |
User Interface Design | HTML, AJAX,JQUERY,JAVASCRIPT |
Web Browser | Mozilla, Google Chrome, IE8, OPERA |
Software | XAMPP / Wamp / Mamp/ Lamp (anyone) |
Last Updated | 27 Jan 2024 |
In this project, we use PHP and Mysql database. It has two module
1. User
2.Admin
User: User can view the website and checkout the information about cars and they can also enquiry about the car.
Admin Module
Admin is the superuser 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 car company, Total Enquiry, and Total Car Listed
- Company Info: In this section, admin can mange car company information(add/update/delete).
- Car info: In this section, admin can manage car information(add/update/delete).
- Enquiry: In this section, admin can view and maintain the enquiry.
- Search Enquiry: In this section, admin can search enquiry with the help of enquiry number.
- Pages: n this section, admin can manage about us and contact us pages.
Admin can also update his profile, change the password and recover the password.
Some Project Screenshots
Home Page
Admin Login
Admin Dashboard
Add Car Details
Car Details
How to run the Car Showroom Management System (CSMS) Project
1. Download the zip file
2. Extract the file and copy csms 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 csmsdb
6. Import csmsdb.sql file(given inside the zip package in SQL file folder)
7.Run the script http://localhost/csms (frontend)
8.Run the script http://localhost/csms/admin (admin)
Credential for admin panel :
Username: admin
Password: Test@123