SlideShare a Scribd company logo
1 of 23
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

Car rental Project Ppt
Car rental Project PptCar rental Project Ppt
Car rental Project Pptrahul85rkm
 
Smart car parking system
Smart car parking systemSmart car parking system
Smart car parking systemJHALAKNIHALANI
 
Intelligent Traffic monitoring System
Intelligent Traffic monitoring SystemIntelligent Traffic monitoring System
Intelligent Traffic monitoring SystemFahim Ferdous
 
Bus tracking application project report
Bus tracking application project reportBus tracking application project report
Bus tracking application project reportAbhishek Singh
 
SMART CAR-PARKING SYSTEM USING IOT
SMART CAR-PARKING SYSTEM USING IOTSMART CAR-PARKING SYSTEM USING IOT
SMART CAR-PARKING SYSTEM USING IOTSaipandu143
 
JUSTCABS - an Online Cab Reservation System (Final Year Project)
JUSTCABS - an Online Cab Reservation System (Final Year Project)JUSTCABS - an Online Cab Reservation System (Final Year Project)
JUSTCABS - an Online Cab Reservation System (Final Year Project)Amartya .
 
Parking Reservation Management Systems
Parking Reservation Management SystemsParking Reservation Management Systems
Parking Reservation Management SystemsIshanka Madushan
 
Online Voting System - Project
Online Voting System - ProjectOnline Voting System - Project
Online Voting System - ProjectSubhashis Das
 
Vehicle management system
Vehicle management systemVehicle management system
Vehicle management systemMohd Saddam
 
Online Bus ticket reservation
Online Bus ticket reservationOnline Bus ticket reservation
Online Bus ticket reservationSmit Patel
 
Vehicle Management - Features, Advantages, Benefits
Vehicle Management - Features, Advantages, BenefitsVehicle Management - Features, Advantages, Benefits
Vehicle Management - Features, Advantages, BenefitsWebXpress.IN
 
Blood donation ppt
Blood donation pptBlood donation ppt
Blood donation pptR prasad
 
Smart Traffic Monitoring System Report
Smart Traffic Monitoring System ReportSmart Traffic Monitoring System Report
Smart Traffic Monitoring System ReportALi Baker
 
Smart car parking system
Smart car parking systemSmart car parking system
Smart car parking systemAmit Shukla
 
Presentation on Railway Reservation System
Presentation on Railway Reservation SystemPresentation on Railway Reservation System
Presentation on Railway Reservation SystemPriyanka Sharma
 
bus ticketing managment system
bus ticketing managment systembus ticketing managment system
bus ticketing managment systemShruti Ingle
 
Online Bus Ticket Reservation System
Online Bus Ticket Reservation SystemOnline Bus Ticket Reservation System
Online Bus Ticket Reservation SystemTuvshinbayar Davaa
 
Passport automation system
Passport automation systemPassport automation system
Passport automation systemKoppula Sheryl
 

What's hot (20)

Car rental Project Ppt
Car rental Project PptCar rental Project Ppt
Car rental Project Ppt
 
Smart car parking system
Smart car parking systemSmart car parking system
Smart car parking system
 
Intelligent Traffic monitoring System
Intelligent Traffic monitoring SystemIntelligent Traffic monitoring System
Intelligent Traffic monitoring System
 
Online railway reservation system
Online railway reservation systemOnline railway reservation system
Online railway reservation system
 
Bus tracking application project report
Bus tracking application project reportBus tracking application project report
Bus tracking application project report
 
SMART CAR-PARKING SYSTEM USING IOT
SMART CAR-PARKING SYSTEM USING IOTSMART CAR-PARKING SYSTEM USING IOT
SMART CAR-PARKING SYSTEM USING IOT
 
JUSTCABS - an Online Cab Reservation System (Final Year Project)
JUSTCABS - an Online Cab Reservation System (Final Year Project)JUSTCABS - an Online Cab Reservation System (Final Year Project)
JUSTCABS - an Online Cab Reservation System (Final Year Project)
 
Parking Reservation Management Systems
Parking Reservation Management SystemsParking Reservation Management Systems
Parking Reservation Management Systems
 
Online parking
Online parkingOnline parking
Online parking
 
Online Voting System - Project
Online Voting System - ProjectOnline Voting System - Project
Online Voting System - Project
 
Vehicle management system
Vehicle management systemVehicle management system
Vehicle management system
 
Online Bus ticket reservation
Online Bus ticket reservationOnline Bus ticket reservation
Online Bus ticket reservation
 
Vehicle Management - Features, Advantages, Benefits
Vehicle Management - Features, Advantages, BenefitsVehicle Management - Features, Advantages, Benefits
Vehicle Management - Features, Advantages, Benefits
 
Blood donation ppt
Blood donation pptBlood donation ppt
Blood donation ppt
 
Smart Traffic Monitoring System Report
Smart Traffic Monitoring System ReportSmart Traffic Monitoring System Report
Smart Traffic Monitoring System Report
 
Smart car parking system
Smart car parking systemSmart car parking system
Smart car parking system
 
Presentation on Railway Reservation System
Presentation on Railway Reservation SystemPresentation on Railway Reservation System
Presentation on Railway Reservation System
 
bus ticketing managment system
bus ticketing managment systembus ticketing managment system
bus ticketing managment system
 
Online Bus Ticket Reservation System
Online Bus Ticket Reservation SystemOnline Bus Ticket Reservation System
Online Bus Ticket Reservation System
 
Passport automation system
Passport automation systemPassport automation system
Passport automation system
 

Similar to Vehicles Parking Management System project presentation 2020

IRJET- Web Page Builder
IRJET- Web Page BuilderIRJET- Web Page Builder
IRJET- Web Page BuilderIRJET 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
 
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-nAzhar 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 projectRaushanKumar511746
 
Raushan kumar. Reg - 220101120100.pdf
Raushan kumar. Reg - 220101120100.pdfRaushan kumar. Reg - 220101120100.pdf
Raushan kumar. Reg - 220101120100.pdfRaushanKumar511746
 
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_rezJames 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 servicesKaty Slemon
 
Multi Smart Parking System
Multi Smart Parking SystemMulti Smart Parking System
Multi Smart Parking SystemIRJET 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
 

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

College Call Girls Nashik Nehal 7001305949 Independent Escort Service Nashik
College Call Girls Nashik Nehal 7001305949 Independent Escort Service NashikCollege Call Girls Nashik Nehal 7001305949 Independent Escort Service Nashik
College Call Girls Nashik Nehal 7001305949 Independent Escort Service NashikCall Girls in Nagpur High Profile
 
Introduction to IEEE STANDARDS and its different types.pptx
Introduction to IEEE STANDARDS and its different types.pptxIntroduction to IEEE STANDARDS and its different types.pptx
Introduction to IEEE STANDARDS and its different types.pptxupamatechverse
 
Porous Ceramics seminar and technical writing
Porous Ceramics seminar and technical writingPorous Ceramics seminar and technical writing
Porous Ceramics seminar and technical writingrakeshbaidya232001
 
UNIT-III FMM. DIMENSIONAL ANALYSIS
UNIT-III FMM.        DIMENSIONAL ANALYSISUNIT-III FMM.        DIMENSIONAL ANALYSIS
UNIT-III FMM. DIMENSIONAL ANALYSISrknatarajan
 
HARDNESS, FRACTURE TOUGHNESS AND STRENGTH OF CERAMICS
HARDNESS, FRACTURE TOUGHNESS AND STRENGTH OF CERAMICSHARDNESS, FRACTURE TOUGHNESS AND STRENGTH OF CERAMICS
HARDNESS, FRACTURE TOUGHNESS AND STRENGTH OF CERAMICSRajkumarAkumalla
 
SPICE PARK APR2024 ( 6,793 SPICE Models )
SPICE PARK APR2024 ( 6,793 SPICE Models )SPICE PARK APR2024 ( 6,793 SPICE Models )
SPICE PARK APR2024 ( 6,793 SPICE Models )Tsuyoshi Horigome
 
Call for Papers - Educational Administration: Theory and Practice, E-ISSN: 21...
Call for Papers - Educational Administration: Theory and Practice, E-ISSN: 21...Call for Papers - Educational Administration: Theory and Practice, E-ISSN: 21...
Call for Papers - Educational Administration: Theory and Practice, E-ISSN: 21...Christo Ananth
 
(ANVI) Koregaon Park Call Girls Just Call 7001035870 [ Cash on Delivery ] Pun...
(ANVI) Koregaon Park Call Girls Just Call 7001035870 [ Cash on Delivery ] Pun...(ANVI) Koregaon Park Call Girls Just Call 7001035870 [ Cash on Delivery ] Pun...
(ANVI) Koregaon Park Call Girls Just Call 7001035870 [ Cash on Delivery ] Pun...ranjana rawat
 
OSVC_Meta-Data based Simulation Automation to overcome Verification Challenge...
OSVC_Meta-Data based Simulation Automation to overcome Verification Challenge...OSVC_Meta-Data based Simulation Automation to overcome Verification Challenge...
OSVC_Meta-Data based Simulation Automation to overcome Verification Challenge...Soham Mondal
 
Call for Papers - African Journal of Biological Sciences, E-ISSN: 2663-2187, ...
Call for Papers - African Journal of Biological Sciences, E-ISSN: 2663-2187, ...Call for Papers - African Journal of Biological Sciences, E-ISSN: 2663-2187, ...
Call for Papers - African Journal of Biological Sciences, E-ISSN: 2663-2187, ...Christo Ananth
 
(ANJALI) Dange Chowk Call Girls Just Call 7001035870 [ Cash on Delivery ] Pun...
(ANJALI) Dange Chowk Call Girls Just Call 7001035870 [ Cash on Delivery ] Pun...(ANJALI) Dange Chowk Call Girls Just Call 7001035870 [ Cash on Delivery ] Pun...
(ANJALI) Dange Chowk Call Girls Just Call 7001035870 [ Cash on Delivery ] Pun...ranjana rawat
 
AKTU Computer Networks notes --- Unit 3.pdf
AKTU Computer Networks notes ---  Unit 3.pdfAKTU Computer Networks notes ---  Unit 3.pdf
AKTU Computer Networks notes --- Unit 3.pdfankushspencer015
 
result management system report for college project
result management system report for college projectresult management system report for college project
result management system report for college projectTonystark477637
 
UNIT - IV - Air Compressors and its Performance
UNIT - IV - Air Compressors and its PerformanceUNIT - IV - Air Compressors and its Performance
UNIT - IV - Air Compressors and its Performancesivaprakash250
 
VIP Call Girls Service Hitech City Hyderabad Call +91-8250192130
VIP Call Girls Service Hitech City Hyderabad Call +91-8250192130VIP Call Girls Service Hitech City Hyderabad Call +91-8250192130
VIP Call Girls Service Hitech City Hyderabad Call +91-8250192130Suhani Kapoor
 
APPLICATIONS-AC/DC DRIVES-OPERATING CHARACTERISTICS
APPLICATIONS-AC/DC DRIVES-OPERATING CHARACTERISTICSAPPLICATIONS-AC/DC DRIVES-OPERATING CHARACTERISTICS
APPLICATIONS-AC/DC DRIVES-OPERATING CHARACTERISTICSKurinjimalarL3
 
Structural Analysis and Design of Foundations: A Comprehensive Handbook for S...
Structural Analysis and Design of Foundations: A Comprehensive Handbook for S...Structural Analysis and Design of Foundations: A Comprehensive Handbook for S...
Structural Analysis and Design of Foundations: A Comprehensive Handbook for S...Dr.Costas Sachpazis
 
UNIT-II FMM-Flow Through Circular Conduits
UNIT-II FMM-Flow Through Circular ConduitsUNIT-II FMM-Flow Through Circular Conduits
UNIT-II FMM-Flow Through Circular Conduitsrknatarajan
 

Recently uploaded (20)

College Call Girls Nashik Nehal 7001305949 Independent Escort Service Nashik
College Call Girls Nashik Nehal 7001305949 Independent Escort Service NashikCollege Call Girls Nashik Nehal 7001305949 Independent Escort Service Nashik
College Call Girls Nashik Nehal 7001305949 Independent Escort Service Nashik
 
Introduction to IEEE STANDARDS and its different types.pptx
Introduction to IEEE STANDARDS and its different types.pptxIntroduction to IEEE STANDARDS and its different types.pptx
Introduction to IEEE STANDARDS and its different types.pptx
 
Porous Ceramics seminar and technical writing
Porous Ceramics seminar and technical writingPorous Ceramics seminar and technical writing
Porous Ceramics seminar and technical writing
 
UNIT-III FMM. DIMENSIONAL ANALYSIS
UNIT-III FMM.        DIMENSIONAL ANALYSISUNIT-III FMM.        DIMENSIONAL ANALYSIS
UNIT-III FMM. DIMENSIONAL ANALYSIS
 
HARDNESS, FRACTURE TOUGHNESS AND STRENGTH OF CERAMICS
HARDNESS, FRACTURE TOUGHNESS AND STRENGTH OF CERAMICSHARDNESS, FRACTURE TOUGHNESS AND STRENGTH OF CERAMICS
HARDNESS, FRACTURE TOUGHNESS AND STRENGTH OF CERAMICS
 
Roadmap to Membership of RICS - Pathways and Routes
Roadmap to Membership of RICS - Pathways and RoutesRoadmap to Membership of RICS - Pathways and Routes
Roadmap to Membership of RICS - Pathways and Routes
 
SPICE PARK APR2024 ( 6,793 SPICE Models )
SPICE PARK APR2024 ( 6,793 SPICE Models )SPICE PARK APR2024 ( 6,793 SPICE Models )
SPICE PARK APR2024 ( 6,793 SPICE Models )
 
Call for Papers - Educational Administration: Theory and Practice, E-ISSN: 21...
Call for Papers - Educational Administration: Theory and Practice, E-ISSN: 21...Call for Papers - Educational Administration: Theory and Practice, E-ISSN: 21...
Call for Papers - Educational Administration: Theory and Practice, E-ISSN: 21...
 
(ANVI) Koregaon Park Call Girls Just Call 7001035870 [ Cash on Delivery ] Pun...
(ANVI) Koregaon Park Call Girls Just Call 7001035870 [ Cash on Delivery ] Pun...(ANVI) Koregaon Park Call Girls Just Call 7001035870 [ Cash on Delivery ] Pun...
(ANVI) Koregaon Park Call Girls Just Call 7001035870 [ Cash on Delivery ] Pun...
 
OSVC_Meta-Data based Simulation Automation to overcome Verification Challenge...
OSVC_Meta-Data based Simulation Automation to overcome Verification Challenge...OSVC_Meta-Data based Simulation Automation to overcome Verification Challenge...
OSVC_Meta-Data based Simulation Automation to overcome Verification Challenge...
 
Call for Papers - African Journal of Biological Sciences, E-ISSN: 2663-2187, ...
Call for Papers - African Journal of Biological Sciences, E-ISSN: 2663-2187, ...Call for Papers - African Journal of Biological Sciences, E-ISSN: 2663-2187, ...
Call for Papers - African Journal of Biological Sciences, E-ISSN: 2663-2187, ...
 
(ANJALI) Dange Chowk Call Girls Just Call 7001035870 [ Cash on Delivery ] Pun...
(ANJALI) Dange Chowk Call Girls Just Call 7001035870 [ Cash on Delivery ] Pun...(ANJALI) Dange Chowk Call Girls Just Call 7001035870 [ Cash on Delivery ] Pun...
(ANJALI) Dange Chowk Call Girls Just Call 7001035870 [ Cash on Delivery ] Pun...
 
DJARUM4D - SLOT GACOR ONLINE | SLOT DEMO ONLINE
DJARUM4D - SLOT GACOR ONLINE | SLOT DEMO ONLINEDJARUM4D - SLOT GACOR ONLINE | SLOT DEMO ONLINE
DJARUM4D - SLOT GACOR ONLINE | SLOT DEMO ONLINE
 
AKTU Computer Networks notes --- Unit 3.pdf
AKTU Computer Networks notes ---  Unit 3.pdfAKTU Computer Networks notes ---  Unit 3.pdf
AKTU Computer Networks notes --- Unit 3.pdf
 
result management system report for college project
result management system report for college projectresult management system report for college project
result management system report for college project
 
UNIT - IV - Air Compressors and its Performance
UNIT - IV - Air Compressors and its PerformanceUNIT - IV - Air Compressors and its Performance
UNIT - IV - Air Compressors and its Performance
 
VIP Call Girls Service Hitech City Hyderabad Call +91-8250192130
VIP Call Girls Service Hitech City Hyderabad Call +91-8250192130VIP Call Girls Service Hitech City Hyderabad Call +91-8250192130
VIP Call Girls Service Hitech City Hyderabad Call +91-8250192130
 
APPLICATIONS-AC/DC DRIVES-OPERATING CHARACTERISTICS
APPLICATIONS-AC/DC DRIVES-OPERATING CHARACTERISTICSAPPLICATIONS-AC/DC DRIVES-OPERATING CHARACTERISTICS
APPLICATIONS-AC/DC DRIVES-OPERATING CHARACTERISTICS
 
Structural Analysis and Design of Foundations: A Comprehensive Handbook for S...
Structural Analysis and Design of Foundations: A Comprehensive Handbook for S...Structural Analysis and Design of Foundations: A Comprehensive Handbook for S...
Structural Analysis and Design of Foundations: A Comprehensive Handbook for S...
 
UNIT-II FMM-Flow Through Circular Conduits
UNIT-II FMM-Flow Through Circular ConduitsUNIT-II FMM-Flow Through Circular Conduits
UNIT-II FMM-Flow Through Circular Conduits
 

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.