SlideShare a Scribd company logo
VEHICLES PARKING
MANAGEMENT SYSTEM
By Vikram Singh
Final year Project presentation
2019-20
A. N.A COLLEGE OF ENGINEERING AND
MANAGEMENT STUDIES, BAREILLY
INTRODUCTION
WHAT’S PARKING MANAGEMENT SYSTEM
• It help people find parking spots quickly.
• It provides facilities to keep the records of Market , Agency, Hospital and
Collage etc with all their required details handling.
• Parking management system for managing the records of the incoming and
outgoing
• vehicles in an parking house
• . It will determine the cost of per vehicle according to their time
consumption.
• It fixes parking related complications
OBJECTIVE
• In other words we can say that our project has the
following objectives:-
• Maintain records in short time of period.
• Enhances the visitor's experience.
• Easy operations for operator of the system
• Centralized database management
• Reduce time consumption
• No paper work requirement.
TOOLS/PLATFORM
This project is developed using the tools, which are most suited for development of the
Application Package. These tools are as follows: -
Visual Studio code / Sublime text IDE (For front end)
Note: It is ide use for developed the project and in this ide doing the coding by programmer
2. Local server like as: Chrome Browser/Explore
Note : It is a local server use for run the code and show the output
TECHNOLOGY
• Front End :
1.Html Programming Language
2.Bootstrap framework
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<meta http-equiv="X-UA-Compatible" content="ie=edge">
<link href="https://fonts.googleapis.com/css?family=Roboto&display=swap" rel="styl
esheet">
<link href="https://fonts.googleapis.com/css2?family=Alfa+Slab+One&family=Cinzel:w
ght@400;700&family=Volkhov:wght@400;700&display=swap" rel="stylesheet">
<link rel="stylesheet" href="./CSS/bootstrap.min.css">
<link rel="stylesheet" href="./CSS/style.css">
<title>Vehicles Parking</title>
</head>
<body style="background-color:#DAA520;">
<!--// header section -->
<header class="shadow">
<div class="header-content d-flex justify-content-center p-2">
<img src="./Images/parking.svg" alt="" id="header-logo">
<div id="header-msg" class="ml-5 align-self-
center">Vehicles Parking Management System </div>
<img src="./Images/lot.jpg" alt="" id="header-logo1">
</div>
</header>
<!--// form section -->
<div class="form-container mt-5">
<form class="w-50 mx-auto" id="entryForm">
<h5 class="text-center">Add Vehicles to Parking Lot</h5>
<div class="form-group">
<label for="owner">Owner :</label>
<input type="text" class="form-control rounded-0 shadow-
sm" id="owner" placeholder="Owner">
</div>
3.CSS Programming Language
*{
font-family: 'Roboto', sans-serif;
padding:0;
margin:0;
border:0
}
header{
background-color: rgb(0, 0, 0);
}
#header-logo{
width:64px;
height:64px;
}
#header-msg{
font-size: 25px;
color: white;
font-family: 'Alfa Slab One', cursive;
font-family: 'Cinzel', serif;
font-family: 'Volkhov', serif;
}
#header-logo1{
width: 210px;
margin-left: 20px;
}
#btnOne{
background-color:rgb(0, 0, 0);
color:white;
}
#btnOne:focus,#btnOne:hover{
box-shadow: none;
outline:none;
background-color: rgb(224, 44, 74);
color: black;
}
#tableHead{
background-color:rgb(0, 0, 0);
}
Back End :
1.JavaScript Programming Language
//Entry Class: Represent each entry in the parking lot
class Entry{
constructor(owner,contact,vehicle,licensePlate,model,entryTime,lot, charge,entryDate,
exitDate){
this.owner = owner;
this.contact = contact;
this.vehicle = vehicle;
this.licensePlate = licensePlate;
this.model = model;
this.entryTime = entryTime;
this.lot = lot;
this.charge = charge;
this.entryDate = entryDate;
this.exitDate = exitDate;
}
}
//UI Class: Handle User Interface Tasks
class UI{
static displayEntries(){
const entries = Store.getEntries();
entries.forEach((entry) => UI.addEntryToTable(entry));
}
static addEntryToTable(entry){
const tableBody=document.querySelector('#tableBody');
const row = document.createElement('tr');
row.innerHTML = ` <td>${entry.owner}</td>
<td>${entry.contact}</td>
<td>${entry.vehicle}</td>
<td>${entry.licensePlate}</td>
<td>${entry.model}</td>
<td>${entry.entryTime}</td>
<td>${entry.lot}</td>
<td>${entry.charge}</td>
<td>${entry.entryDate}</td>
<td>${entry.exitDate}</td>
<td><button class="btn btn-
danger delete">X</button></td>;
DATA FLOW DIGRAM
MODULES USED IN THE PROJECT
1. ADD RECORD VEHICLES SECTION
2. MANAGE VEHICLE RECORD
3. SEARCH VEHICLE SECTION
SECURITY
MANAGEMENT
And our vehicle has been parked as a secure condition.
There is no risk for vehicle owner for parking the car.
In case of any damages and problem of vehicle that will claim by
parking
Secure management.
ADVANTAGE
Easy to manage and cost-effective.
Because of that there is no towing problems.
No human employee is required.
DISADVANTAGE
 Vehicles stand doesn’t specified current location in the parking
fields
APPLICATION
Enterprises and institutions
Market place
Collages /school
Plaza
Hospital
Factory
Bank
FUTURE SCOPE OF THE PROJECT
• In the modern age. Many people have vehicles. Vehicle is now a basic
need. Every place is under the process of urbanization. There are many
corporate offices and shopping centers etc. There are many recreational
places where people used to go for refreshment. So, all these places need
a parking space where people can park their vehicles safely and easily.
Every parking area needs a system that records the detail of vehicles to
give the facility. These systems might be computerized or non-
computerized. With the help of computerized system we can deliver a
good service to customer who
• wants to park their vehicle into the any organization's premises.
CONCLUSION
 Getting the land in metropolitan cities and other higher order cities for Parking
space is proving infeasible. The solution for the parking requirements is the
multi- level car parking system to maximize car parking capacity by utilizing
vertical space, rather than expanding horizontally.
 Use this project for industrial purposes in a wide range
Low cost
The accuracy of this project may be improved by adding some features.
REFERENCE
Slideshare. Net
Google.com
Vehicles Parking Management System project presentation 2020

More Related Content

What's hot

Smart parking system pegasus 9 june2010
Smart parking system   pegasus 9 june2010Smart parking system   pegasus 9 june2010
Smart parking system pegasus 9 june2010
walkthis
 
Final year project working documentation 2020
Final year project working documentation 2020Final year project working documentation 2020
Final year project working documentation 2020
Vikram Singh
 
Report on online bus management
Report on online bus managementReport on online bus management
Report on online bus management
Naeem Ahmad
 
Smart parking system
Smart parking systemSmart parking system
Smart parking system
slmnsvn
 
TRAIN TICKETING SYSTEM
TRAIN TICKETING SYSTEMTRAIN TICKETING SYSTEM
TRAIN TICKETING SYSTEM
NimRaH NaZaR
 
Online parking
Online parkingOnline parking
Online parking
Sabaragamuwa University
 
Smart parking
Smart parkingSmart parking
Smart parking
Aakanksha Singh
 
Smart parking
Smart parkingSmart parking
Smart parking
Manisha Mishra
 
Smart Parking System
Smart Parking SystemSmart Parking System
Smart Parking System
Syed Tehzeeb Alam
 
Smart car parking system
Smart car parking systemSmart car parking system
Smart car parking system
JHALAKNIHALANI
 
automatic number plate recognition
automatic number plate recognitionautomatic number plate recognition
automatic number plate recognition
Sairam Taduvai
 
SMART CAR-PARKING SYSTEM USING IOT
SMART CAR-PARKING SYSTEM USING IOTSMART CAR-PARKING SYSTEM USING IOT
SMART CAR-PARKING SYSTEM USING IOT
Saipandu143
 
Minor Project Presentation 1
Minor Project Presentation 1Minor Project Presentation 1
Minor Project Presentation 1
Pratishtha Ram
 
DE - Smart Parking System.pptx
DE - Smart Parking System.pptxDE - Smart Parking System.pptx
DE - Smart Parking System.pptx
BhavikSanghar
 
Smart parking system using IOT
Smart parking system using IOTSmart parking system using IOT
Smart parking system using IOT
Udit Deo
 
SMART CAR-PARKING SYSTEM USING IOT
SMART CAR-PARKING SYSTEM USING IOTSMART CAR-PARKING SYSTEM USING IOT
SMART CAR-PARKING SYSTEM USING IOT
Saipandu143
 
An Online Car Parking System (Features & Diagrams Only)
An Online Car Parking System (Features & Diagrams Only)An Online Car Parking System (Features & Diagrams Only)
An Online Car Parking System (Features & Diagrams Only)
Jubayer Al Mahmud
 
IOT Based Smart Parking and Damage Detection Using RFID
IOT Based Smart Parking and Damage Detection Using RFIDIOT Based Smart Parking and Damage Detection Using RFID
IOT Based Smart Parking and Damage Detection Using RFID
MaheshMoses
 
Drowsy Driver detection system
Drowsy Driver detection systemDrowsy Driver detection system
Drowsy Driver detection system
Muneendra Rasamsetty
 
Smart car parking system final
Smart car parking system finalSmart car parking system final
Smart car parking system final
silveroak engineering collage
 

What's hot (20)

Smart parking system pegasus 9 june2010
Smart parking system   pegasus 9 june2010Smart parking system   pegasus 9 june2010
Smart parking system pegasus 9 june2010
 
Final year project working documentation 2020
Final year project working documentation 2020Final year project working documentation 2020
Final year project working documentation 2020
 
Report on online bus management
Report on online bus managementReport on online bus management
Report on online bus management
 
Smart parking system
Smart parking systemSmart parking system
Smart parking system
 
TRAIN TICKETING SYSTEM
TRAIN TICKETING SYSTEMTRAIN TICKETING SYSTEM
TRAIN TICKETING SYSTEM
 
Online parking
Online parkingOnline parking
Online parking
 
Smart parking
Smart parkingSmart parking
Smart parking
 
Smart parking
Smart parkingSmart parking
Smart parking
 
Smart Parking System
Smart Parking SystemSmart Parking System
Smart Parking System
 
Smart car parking system
Smart car parking systemSmart car parking system
Smart car parking system
 
automatic number plate recognition
automatic number plate recognitionautomatic number plate recognition
automatic number plate recognition
 
SMART CAR-PARKING SYSTEM USING IOT
SMART CAR-PARKING SYSTEM USING IOTSMART CAR-PARKING SYSTEM USING IOT
SMART CAR-PARKING SYSTEM USING IOT
 
Minor Project Presentation 1
Minor Project Presentation 1Minor Project Presentation 1
Minor Project Presentation 1
 
DE - Smart Parking System.pptx
DE - Smart Parking System.pptxDE - Smart Parking System.pptx
DE - Smart Parking System.pptx
 
Smart parking system using IOT
Smart parking system using IOTSmart parking system using IOT
Smart parking system using IOT
 
SMART CAR-PARKING SYSTEM USING IOT
SMART CAR-PARKING SYSTEM USING IOTSMART CAR-PARKING SYSTEM USING IOT
SMART CAR-PARKING SYSTEM USING IOT
 
An Online Car Parking System (Features & Diagrams Only)
An Online Car Parking System (Features & Diagrams Only)An Online Car Parking System (Features & Diagrams Only)
An Online Car Parking System (Features & Diagrams Only)
 
IOT Based Smart Parking and Damage Detection Using RFID
IOT Based Smart Parking and Damage Detection Using RFIDIOT Based Smart Parking and Damage Detection Using RFID
IOT Based Smart Parking and Damage Detection Using RFID
 
Drowsy Driver detection system
Drowsy Driver detection systemDrowsy Driver detection system
Drowsy Driver detection system
 
Smart car parking system final
Smart car parking system finalSmart car parking system final
Smart car parking system final
 

Similar to Vehicles Parking Management System project presentation 2020

Project report
Project report Project report
Project report
Vikram Singh
 
Project synopsis.
Project synopsis.Project synopsis.
Project synopsis.
ssuser3bb83f1
 
WebPark presentation
WebPark presentationWebPark presentation
WebPark presentation
Robert Stanciulescu
 
parking system
parking systemparking system
parking system
Rohit566499
 
IRJET- Web Page Builder
IRJET- Web Page BuilderIRJET- Web Page Builder
IRJET- Web Page Builder
IRJET Journal
 
IRJET- Smart Parking : Parking Occupancy Monitoring and Visualisation Syst...
IRJET- 	  Smart Parking : Parking Occupancy Monitoring and Visualisation Syst...IRJET- 	  Smart Parking : Parking Occupancy Monitoring and Visualisation Syst...
IRJET- Smart Parking : Parking Occupancy Monitoring and Visualisation Syst...
IRJET Journal
 
car parking uu.pptx
car parking uu.pptxcar parking uu.pptx
car parking uu.pptx
RakibulHassan77
 
Ad507
Ad507Ad507
Event-Driven Architecture (EDA)
Event-Driven Architecture (EDA)Event-Driven Architecture (EDA)
Event-Driven Architecture (EDA)
WSO2
 
CV - Azhar-Shaikh-n
CV - Azhar-Shaikh-nCV - Azhar-Shaikh-n
CV - Azhar-Shaikh-n
Azhar Uddin
 
parking system management in c programing language project
parking system management in c programing language projectparking system management in c programing language project
parking system management in c programing language project
RaushanKumar511746
 
Raushan kumar. Reg - 220101120100.pdf
Raushan kumar. Reg - 220101120100.pdfRaushan kumar. Reg - 220101120100.pdf
Raushan kumar. Reg - 220101120100.pdf
RaushanKumar511746
 
Software defined vehicles,automotive standards (safety, security), agile cont...
Software defined vehicles,automotive standards (safety, security), agile cont...Software defined vehicles,automotive standards (safety, security), agile cont...
Software defined vehicles,automotive standards (safety, security), agile cont...
Dr. Anish Cheriyan (PhD)
 
resume_2016_low_rez
resume_2016_low_rezresume_2016_low_rez
resume_2016_low_rez
James Gray
 
7 secrets of performance oriented front end development services
7 secrets of performance oriented front end development services7 secrets of performance oriented front end development services
7 secrets of performance oriented front end development services
Katy Slemon
 
Gargi_Datta-Resume
Gargi_Datta-ResumeGargi_Datta-Resume
Gargi_Datta-Resume
Gargi Ray Datta
 
Multi Smart Parking System
Multi Smart Parking SystemMulti Smart Parking System
Multi Smart Parking System
IRJET Journal
 
Development of Android Based Mobile App for PrestaShop eCommerce Shopping Ca...
Development of Android Based Mobile App for PrestaShop eCommerce  Shopping Ca...Development of Android Based Mobile App for PrestaShop eCommerce  Shopping Ca...
Development of Android Based Mobile App for PrestaShop eCommerce Shopping Ca...
IRJET Journal
 
“Inchem Cooperation Website”
“Inchem Cooperation Website”“Inchem Cooperation Website”
“Inchem Cooperation Website”
IRJET Journal
 
locker presentation (1)
locker presentation (1)locker presentation (1)
locker presentation (1)
Sancharika Jana
 

Similar to Vehicles Parking Management System project presentation 2020 (20)

Project report
Project report Project report
Project report
 
Project synopsis.
Project synopsis.Project synopsis.
Project synopsis.
 
WebPark presentation
WebPark presentationWebPark presentation
WebPark presentation
 
parking system
parking systemparking system
parking system
 
IRJET- Web Page Builder
IRJET- Web Page BuilderIRJET- Web Page Builder
IRJET- Web Page Builder
 
IRJET- Smart Parking : Parking Occupancy Monitoring and Visualisation Syst...
IRJET- 	  Smart Parking : Parking Occupancy Monitoring and Visualisation Syst...IRJET- 	  Smart Parking : Parking Occupancy Monitoring and Visualisation Syst...
IRJET- Smart Parking : Parking Occupancy Monitoring and Visualisation Syst...
 
car parking uu.pptx
car parking uu.pptxcar parking uu.pptx
car parking uu.pptx
 
Ad507
Ad507Ad507
Ad507
 
Event-Driven Architecture (EDA)
Event-Driven Architecture (EDA)Event-Driven Architecture (EDA)
Event-Driven Architecture (EDA)
 
CV - Azhar-Shaikh-n
CV - Azhar-Shaikh-nCV - Azhar-Shaikh-n
CV - Azhar-Shaikh-n
 
parking system management in c programing language project
parking system management in c programing language projectparking system management in c programing language project
parking system management in c programing language project
 
Raushan kumar. Reg - 220101120100.pdf
Raushan kumar. Reg - 220101120100.pdfRaushan kumar. Reg - 220101120100.pdf
Raushan kumar. Reg - 220101120100.pdf
 
Software defined vehicles,automotive standards (safety, security), agile cont...
Software defined vehicles,automotive standards (safety, security), agile cont...Software defined vehicles,automotive standards (safety, security), agile cont...
Software defined vehicles,automotive standards (safety, security), agile cont...
 
resume_2016_low_rez
resume_2016_low_rezresume_2016_low_rez
resume_2016_low_rez
 
7 secrets of performance oriented front end development services
7 secrets of performance oriented front end development services7 secrets of performance oriented front end development services
7 secrets of performance oriented front end development services
 
Gargi_Datta-Resume
Gargi_Datta-ResumeGargi_Datta-Resume
Gargi_Datta-Resume
 
Multi Smart Parking System
Multi Smart Parking SystemMulti Smart Parking System
Multi Smart Parking System
 
Development of Android Based Mobile App for PrestaShop eCommerce Shopping Ca...
Development of Android Based Mobile App for PrestaShop eCommerce  Shopping Ca...Development of Android Based Mobile App for PrestaShop eCommerce  Shopping Ca...
Development of Android Based Mobile App for PrestaShop eCommerce Shopping Ca...
 
“Inchem Cooperation Website”
“Inchem Cooperation Website”“Inchem Cooperation Website”
“Inchem Cooperation Website”
 
locker presentation (1)
locker presentation (1)locker presentation (1)
locker presentation (1)
 

Recently uploaded

22CYT12-Unit-V-E Waste and its Management.ppt
22CYT12-Unit-V-E Waste and its Management.ppt22CYT12-Unit-V-E Waste and its Management.ppt
22CYT12-Unit-V-E Waste and its Management.ppt
KrishnaveniKrishnara1
 
Harnessing WebAssembly for Real-time Stateless Streaming Pipelines
Harnessing WebAssembly for Real-time Stateless Streaming PipelinesHarnessing WebAssembly for Real-time Stateless Streaming Pipelines
Harnessing WebAssembly for Real-time Stateless Streaming Pipelines
Christina Lin
 
ACRP 4-09 Risk Assessment Method to Support Modification of Airfield Separat...
ACRP 4-09 Risk Assessment Method to Support Modification of Airfield Separat...ACRP 4-09 Risk Assessment Method to Support Modification of Airfield Separat...
ACRP 4-09 Risk Assessment Method to Support Modification of Airfield Separat...
Mukeshwaran Balu
 
Low power architecture of logic gates using adiabatic techniques
Low power architecture of logic gates using adiabatic techniquesLow power architecture of logic gates using adiabatic techniques
Low power architecture of logic gates using adiabatic techniques
nooriasukmaningtyas
 
5214-1693458878915-Unit 6 2023 to 2024 academic year assignment (AutoRecovere...
5214-1693458878915-Unit 6 2023 to 2024 academic year assignment (AutoRecovere...5214-1693458878915-Unit 6 2023 to 2024 academic year assignment (AutoRecovere...
5214-1693458878915-Unit 6 2023 to 2024 academic year assignment (AutoRecovere...
ihlasbinance2003
 
6th International Conference on Machine Learning & Applications (CMLA 2024)
6th International Conference on Machine Learning & Applications (CMLA 2024)6th International Conference on Machine Learning & Applications (CMLA 2024)
6th International Conference on Machine Learning & Applications (CMLA 2024)
ClaraZara1
 
Heat Resistant Concrete Presentation ppt
Heat Resistant Concrete Presentation pptHeat Resistant Concrete Presentation ppt
Heat Resistant Concrete Presentation ppt
mamunhossenbd75
 
Wearable antenna for antenna applications
Wearable antenna for antenna applicationsWearable antenna for antenna applications
Wearable antenna for antenna applications
Madhumitha Jayaram
 
RAT: Retrieval Augmented Thoughts Elicit Context-Aware Reasoning in Long-Hori...
RAT: Retrieval Augmented Thoughts Elicit Context-Aware Reasoning in Long-Hori...RAT: Retrieval Augmented Thoughts Elicit Context-Aware Reasoning in Long-Hori...
RAT: Retrieval Augmented Thoughts Elicit Context-Aware Reasoning in Long-Hori...
thanhdowork
 
International Conference on NLP, Artificial Intelligence, Machine Learning an...
International Conference on NLP, Artificial Intelligence, Machine Learning an...International Conference on NLP, Artificial Intelligence, Machine Learning an...
International Conference on NLP, Artificial Intelligence, Machine Learning an...
gerogepatton
 
spirit beverages ppt without graphics.pptx
spirit beverages ppt without graphics.pptxspirit beverages ppt without graphics.pptx
spirit beverages ppt without graphics.pptx
Madan Karki
 
Exception Handling notes in java exception
Exception Handling notes in java exceptionException Handling notes in java exception
Exception Handling notes in java exception
Ratnakar Mikkili
 
sieving analysis and results interpretation
sieving analysis and results interpretationsieving analysis and results interpretation
sieving analysis and results interpretation
ssuser36d3051
 
A review on techniques and modelling methodologies used for checking electrom...
A review on techniques and modelling methodologies used for checking electrom...A review on techniques and modelling methodologies used for checking electrom...
A review on techniques and modelling methodologies used for checking electrom...
nooriasukmaningtyas
 
digital fundamental by Thomas L.floydl.pdf
digital fundamental by Thomas L.floydl.pdfdigital fundamental by Thomas L.floydl.pdf
digital fundamental by Thomas L.floydl.pdf
drwaing
 
2. Operations Strategy in a Global Environment.ppt
2. Operations Strategy in a Global Environment.ppt2. Operations Strategy in a Global Environment.ppt
2. Operations Strategy in a Global Environment.ppt
PuktoonEngr
 
Embedded machine learning-based road conditions and driving behavior monitoring
Embedded machine learning-based road conditions and driving behavior monitoringEmbedded machine learning-based road conditions and driving behavior monitoring
Embedded machine learning-based road conditions and driving behavior monitoring
IJECEIAES
 
KuberTENes Birthday Bash Guadalajara - K8sGPT first impressions
KuberTENes Birthday Bash Guadalajara - K8sGPT first impressionsKuberTENes Birthday Bash Guadalajara - K8sGPT first impressions
KuberTENes Birthday Bash Guadalajara - K8sGPT first impressions
Victor Morales
 
Literature Review Basics and Understanding Reference Management.pptx
Literature Review Basics and Understanding Reference Management.pptxLiterature Review Basics and Understanding Reference Management.pptx
Literature Review Basics and Understanding Reference Management.pptx
Dr Ramhari Poudyal
 
哪里办理(csu毕业证书)查尔斯特大学毕业证硕士学历原版一模一样
哪里办理(csu毕业证书)查尔斯特大学毕业证硕士学历原版一模一样哪里办理(csu毕业证书)查尔斯特大学毕业证硕士学历原版一模一样
哪里办理(csu毕业证书)查尔斯特大学毕业证硕士学历原版一模一样
insn4465
 

Recently uploaded (20)

22CYT12-Unit-V-E Waste and its Management.ppt
22CYT12-Unit-V-E Waste and its Management.ppt22CYT12-Unit-V-E Waste and its Management.ppt
22CYT12-Unit-V-E Waste and its Management.ppt
 
Harnessing WebAssembly for Real-time Stateless Streaming Pipelines
Harnessing WebAssembly for Real-time Stateless Streaming PipelinesHarnessing WebAssembly for Real-time Stateless Streaming Pipelines
Harnessing WebAssembly for Real-time Stateless Streaming Pipelines
 
ACRP 4-09 Risk Assessment Method to Support Modification of Airfield Separat...
ACRP 4-09 Risk Assessment Method to Support Modification of Airfield Separat...ACRP 4-09 Risk Assessment Method to Support Modification of Airfield Separat...
ACRP 4-09 Risk Assessment Method to Support Modification of Airfield Separat...
 
Low power architecture of logic gates using adiabatic techniques
Low power architecture of logic gates using adiabatic techniquesLow power architecture of logic gates using adiabatic techniques
Low power architecture of logic gates using adiabatic techniques
 
5214-1693458878915-Unit 6 2023 to 2024 academic year assignment (AutoRecovere...
5214-1693458878915-Unit 6 2023 to 2024 academic year assignment (AutoRecovere...5214-1693458878915-Unit 6 2023 to 2024 academic year assignment (AutoRecovere...
5214-1693458878915-Unit 6 2023 to 2024 academic year assignment (AutoRecovere...
 
6th International Conference on Machine Learning & Applications (CMLA 2024)
6th International Conference on Machine Learning & Applications (CMLA 2024)6th International Conference on Machine Learning & Applications (CMLA 2024)
6th International Conference on Machine Learning & Applications (CMLA 2024)
 
Heat Resistant Concrete Presentation ppt
Heat Resistant Concrete Presentation pptHeat Resistant Concrete Presentation ppt
Heat Resistant Concrete Presentation ppt
 
Wearable antenna for antenna applications
Wearable antenna for antenna applicationsWearable antenna for antenna applications
Wearable antenna for antenna applications
 
RAT: Retrieval Augmented Thoughts Elicit Context-Aware Reasoning in Long-Hori...
RAT: Retrieval Augmented Thoughts Elicit Context-Aware Reasoning in Long-Hori...RAT: Retrieval Augmented Thoughts Elicit Context-Aware Reasoning in Long-Hori...
RAT: Retrieval Augmented Thoughts Elicit Context-Aware Reasoning in Long-Hori...
 
International Conference on NLP, Artificial Intelligence, Machine Learning an...
International Conference on NLP, Artificial Intelligence, Machine Learning an...International Conference on NLP, Artificial Intelligence, Machine Learning an...
International Conference on NLP, Artificial Intelligence, Machine Learning an...
 
spirit beverages ppt without graphics.pptx
spirit beverages ppt without graphics.pptxspirit beverages ppt without graphics.pptx
spirit beverages ppt without graphics.pptx
 
Exception Handling notes in java exception
Exception Handling notes in java exceptionException Handling notes in java exception
Exception Handling notes in java exception
 
sieving analysis and results interpretation
sieving analysis and results interpretationsieving analysis and results interpretation
sieving analysis and results interpretation
 
A review on techniques and modelling methodologies used for checking electrom...
A review on techniques and modelling methodologies used for checking electrom...A review on techniques and modelling methodologies used for checking electrom...
A review on techniques and modelling methodologies used for checking electrom...
 
digital fundamental by Thomas L.floydl.pdf
digital fundamental by Thomas L.floydl.pdfdigital fundamental by Thomas L.floydl.pdf
digital fundamental by Thomas L.floydl.pdf
 
2. Operations Strategy in a Global Environment.ppt
2. Operations Strategy in a Global Environment.ppt2. Operations Strategy in a Global Environment.ppt
2. Operations Strategy in a Global Environment.ppt
 
Embedded machine learning-based road conditions and driving behavior monitoring
Embedded machine learning-based road conditions and driving behavior monitoringEmbedded machine learning-based road conditions and driving behavior monitoring
Embedded machine learning-based road conditions and driving behavior monitoring
 
KuberTENes Birthday Bash Guadalajara - K8sGPT first impressions
KuberTENes Birthday Bash Guadalajara - K8sGPT first impressionsKuberTENes Birthday Bash Guadalajara - K8sGPT first impressions
KuberTENes Birthday Bash Guadalajara - K8sGPT first impressions
 
Literature Review Basics and Understanding Reference Management.pptx
Literature Review Basics and Understanding Reference Management.pptxLiterature Review Basics and Understanding Reference Management.pptx
Literature Review Basics and Understanding Reference Management.pptx
 
哪里办理(csu毕业证书)查尔斯特大学毕业证硕士学历原版一模一样
哪里办理(csu毕业证书)查尔斯特大学毕业证硕士学历原版一模一样哪里办理(csu毕业证书)查尔斯特大学毕业证硕士学历原版一模一样
哪里办理(csu毕业证书)查尔斯特大学毕业证硕士学历原版一模一样
 

Vehicles Parking Management System project presentation 2020

  • 1. VEHICLES PARKING MANAGEMENT SYSTEM By Vikram Singh Final year Project presentation 2019-20 A. N.A COLLEGE OF ENGINEERING AND MANAGEMENT STUDIES, BAREILLY
  • 2. INTRODUCTION WHAT’S PARKING MANAGEMENT SYSTEM • It help people find parking spots quickly. • It provides facilities to keep the records of Market , Agency, Hospital and Collage etc with all their required details handling. • Parking management system for managing the records of the incoming and outgoing • vehicles in an parking house • . It will determine the cost of per vehicle according to their time consumption. • It fixes parking related complications
  • 3. OBJECTIVE • In other words we can say that our project has the following objectives:- • Maintain records in short time of period. • Enhances the visitor's experience. • Easy operations for operator of the system • Centralized database management • Reduce time consumption • No paper work requirement.
  • 4. TOOLS/PLATFORM This project is developed using the tools, which are most suited for development of the Application Package. These tools are as follows: - Visual Studio code / Sublime text IDE (For front end) Note: It is ide use for developed the project and in this ide doing the coding by programmer
  • 5. 2. Local server like as: Chrome Browser/Explore Note : It is a local server use for run the code and show the output
  • 6. TECHNOLOGY • Front End : 1.Html Programming Language 2.Bootstrap framework <!DOCTYPE html> <html lang="en"> <head> <meta charset="UTF-8"> <meta name="viewport" content="width=device-width, initial-scale=1.0"> <meta http-equiv="X-UA-Compatible" content="ie=edge"> <link href="https://fonts.googleapis.com/css?family=Roboto&display=swap" rel="styl esheet"> <link href="https://fonts.googleapis.com/css2?family=Alfa+Slab+One&family=Cinzel:w ght@400;700&family=Volkhov:wght@400;700&display=swap" rel="stylesheet"> <link rel="stylesheet" href="./CSS/bootstrap.min.css"> <link rel="stylesheet" href="./CSS/style.css"> <title>Vehicles Parking</title> </head>
  • 7. <body style="background-color:#DAA520;"> <!--// header section --> <header class="shadow"> <div class="header-content d-flex justify-content-center p-2"> <img src="./Images/parking.svg" alt="" id="header-logo"> <div id="header-msg" class="ml-5 align-self- center">Vehicles Parking Management System </div> <img src="./Images/lot.jpg" alt="" id="header-logo1"> </div> </header> <!--// form section --> <div class="form-container mt-5"> <form class="w-50 mx-auto" id="entryForm"> <h5 class="text-center">Add Vehicles to Parking Lot</h5> <div class="form-group"> <label for="owner">Owner :</label> <input type="text" class="form-control rounded-0 shadow- sm" id="owner" placeholder="Owner"> </div>
  • 8. 3.CSS Programming Language *{ font-family: 'Roboto', sans-serif; padding:0; margin:0; border:0 } header{ background-color: rgb(0, 0, 0); } #header-logo{ width:64px; height:64px; } #header-msg{ font-size: 25px; color: white; font-family: 'Alfa Slab One', cursive; font-family: 'Cinzel', serif; font-family: 'Volkhov', serif; }
  • 9. #header-logo1{ width: 210px; margin-left: 20px; } #btnOne{ background-color:rgb(0, 0, 0); color:white; } #btnOne:focus,#btnOne:hover{ box-shadow: none; outline:none; background-color: rgb(224, 44, 74); color: black; } #tableHead{ background-color:rgb(0, 0, 0); }
  • 10. Back End : 1.JavaScript Programming Language //Entry Class: Represent each entry in the parking lot class Entry{ constructor(owner,contact,vehicle,licensePlate,model,entryTime,lot, charge,entryDate, exitDate){ this.owner = owner; this.contact = contact; this.vehicle = vehicle; this.licensePlate = licensePlate; this.model = model; this.entryTime = entryTime; this.lot = lot; this.charge = charge; this.entryDate = entryDate; this.exitDate = exitDate; } }
  • 11. //UI Class: Handle User Interface Tasks class UI{ static displayEntries(){ const entries = Store.getEntries(); entries.forEach((entry) => UI.addEntryToTable(entry)); } static addEntryToTable(entry){ const tableBody=document.querySelector('#tableBody'); const row = document.createElement('tr'); row.innerHTML = ` <td>${entry.owner}</td> <td>${entry.contact}</td> <td>${entry.vehicle}</td> <td>${entry.licensePlate}</td> <td>${entry.model}</td> <td>${entry.entryTime}</td> <td>${entry.lot}</td> <td>${entry.charge}</td> <td>${entry.entryDate}</td> <td>${entry.exitDate}</td> <td><button class="btn btn- danger delete">X</button></td>;
  • 13. MODULES USED IN THE PROJECT 1. ADD RECORD VEHICLES SECTION
  • 15. 3. SEARCH VEHICLE SECTION
  • 16. SECURITY MANAGEMENT And our vehicle has been parked as a secure condition. There is no risk for vehicle owner for parking the car. In case of any damages and problem of vehicle that will claim by parking Secure management.
  • 17. ADVANTAGE Easy to manage and cost-effective. Because of that there is no towing problems. No human employee is required.
  • 18. DISADVANTAGE  Vehicles stand doesn’t specified current location in the parking fields
  • 19. APPLICATION Enterprises and institutions Market place Collages /school Plaza Hospital Factory Bank
  • 20. FUTURE SCOPE OF THE PROJECT • In the modern age. Many people have vehicles. Vehicle is now a basic need. Every place is under the process of urbanization. There are many corporate offices and shopping centers etc. There are many recreational places where people used to go for refreshment. So, all these places need a parking space where people can park their vehicles safely and easily. Every parking area needs a system that records the detail of vehicles to give the facility. These systems might be computerized or non- computerized. With the help of computerized system we can deliver a good service to customer who • wants to park their vehicle into the any organization's premises.
  • 21. CONCLUSION  Getting the land in metropolitan cities and other higher order cities for Parking space is proving infeasible. The solution for the parking requirements is the multi- level car parking system to maximize car parking capacity by utilizing vertical space, rather than expanding horizontally.  Use this project for industrial purposes in a wide range Low cost The accuracy of this project may be improved by adding some features.