Vehicle Parking Management System using PHP and MySQL
The vehicle Parking Management system is a web-based technology that will manage the records of the incoming and outgoing vehicles in an parking house. It’s an easy for Admin to retrieve the data if the vehicle has been visited through number he can get that data. Vehicle parking management system is an automatic system that delivers data processing in very high speed in a systematic manner.
Project Name | Vehicle Parking Management system |
---|---|
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 | 16 August 2024 |
Vehicle Parking Management System using use PHP and MySQL
In VPMS we use PHP and MySQL database. This is the project which keeps records of the vehicle which is going to park in the parking area. VPMS has two module i.e. admin, user.
Admin
Dashboard: In this sections, admin can briefly view the number of vehicle entries in a particular period.
Category: In this section, admin can manage category (add/update/delete).
Add Vehicle: In this section, admin add a vehicle which is going to park.
Manage Vehicle: In this section, admin can manage incoming and outgoing vehicle and admin can also add parking charges and his/her remarks.
Reports: In this section admin can generate vehicle entries reports between two dates.
Search: In this section, admin can search a particular vehicle by parking number.
Admin can also update his profile, change the password and recover the password.
Users
Dashboard: It is welcome page for a user.
View Vehicle: In this section, users view the details of vehicle parking which is parked by him/her.
Users can also update their profile, change their passwords and recover their passwords.
Some of the Project Screens
Home Page
User Sign Up
Admin Login page
Admin Dashboard
How to run the Vehicle Parking Management System Project
1. Download the zip file
2. Extract the file and copy the vpms 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 vpmsdb
6. Import the vpmsdb.sql file(given inside the zip package in SQL file folder)
7.Run the script http://localhost/vpms (frontend)
***************Admin Credential***************
Username: admin
Password: Test@123
***************User Credential***************
Username: 1234567890
Password: Test@123
or Register a new user.