Download as pdf or txt
Download as pdf or txt
You are on page 1of 19

SMT.

INDIRA GANDHI COLLEGE OF ENGINEERING

Affiliated to University of Mumbai

GHANSOLI, NAVI MUMBAI-400709

A MINI-PROJECT REPORT

ON

Parking management

system”

Submitted by:

Name: DATTATRAY SHIVAJI MANE

Name: RAMKUMAR JAYRAM KEVAT

Name: NITIN RAJKUMAR KALE


Computer Engineering Department

SMT. INDIRA GANDHI COLLEGE OF ENGINEERING


GHANSOLI, NAVI MUMBAI-400709

CERTIFICATE

Certified that the mini-project work entitled


“parking management system”
Is a bona fide work carried out by

Name: DATTATRAY SHIVAJI MANE

Name: RAMKUMAR JAYRAM KEVAT

Name: NITIN RAJKUMAR KALE

The report has been approved as it satisfies the academic requirements In respect of
mini-project work

Mrs, Sachin Deshai


Mini-Project Coordinator
Table of Content

1. Introduction

2. Requirement Specification

3. Design

4. INPUT

5. Testing

6. Future Work

7. References

8. Summary
INTRODUCTION
➢ A parking management system refers to the innovative technologies
providing solutions in the parking industry.

➢ The core idea behind any parking management system is self-


explanatory: It's a system that helps people, companies, and
organizations to manage their parking spaces Increased Protection. With
its technologically advanced security features, parking management
systems can give you upgraded security, safety and privacy.

➢ Parking management systems prevent unauthorised access to your


parking lots, as a result, car owners will have increased confidence that
their cars are well protected For most motorised vehicles, there are three
commonly used arrangements of parking spaces—parallel parking, perpendicular
parking, and angle parking.

➢ These are self-park configurations where the vehicle driver is able to access the
parking independently.

REQUIREMENT SPECIFICATION


• Project “Design and Implementation of a computerized
Supermarket Management System” deals with the management of
supermarket. This software will help salespersons in managing the
various types of Records pertaining to his/her customer. The
product will help the user to work in a highly effective and efficient
environment.
• There is a lot of reason for the introduction of this project. In the
manual System, there are number of inefficiencies that a
salesperson faces. The information retrieval is one of the foremost
problems. It is very difficult to gather the overall performance
reports of the customer. Large records-books have to be
maintained where relevant and irrelevant information has to be
stored which is very untidy and clumsy process. On the other hand,
there are ma:

HARDWARE SPECIFICATION:

Processor: Intel® Core™ i3-7100 Processor

Size: At least 78.6 KB

Mouse or other pointing device

Keyboard

SOFTWARE SPECIFICATION:

Operating System: UBUNTU 17.10, WINDOWS

Text Editor

Graphics.H libraries

VS code as well as Netbeans


DESIGN

Steps and Procedures The Parking Spot is implemented by having just a variable
which represents the size of the spot. We could have implemented this by
having classes for Large Spot, Compact Spot, and Motorcycle Spot which
inherit from Parking Spot, but this is probably overkilled. The spots probably do
not have different behavior, other than their sizes. Ideally, parking lots should
be rectangular with parking on both sides of access aisles. For two-way traffic
flow, parking spaces perpendicular (90 degrees) to the aisles provide the most
efficient design. The efficiency decreases as the parking angle decreased

PARKING MANAGEMENT SYSTEM USING HTML


AND CSS
INPUT
<!DOCTYPE html>
<html lang="en" >
<head>
<meta charset="UTF-8">
<title>Create New Account</title>
<link href="https://fonts.googleapis.com/css?family=Open+Sans" rel="stylesheet">

<link href="https://maxcdn.bootstrapcdn.com/font-awesome/4.7.0/css/font-
awesome.min.css" rel="stylesheet" integrity="sha384-
wvfXpqpZZVQGK6TAh5PVlGOfQNHSoD2xbE+QkPxCAFlNEevoEH3Sl0sibVcOQVnN"
crossorigin="anonymous"><link rel="stylesheet" href="./style.css">

</head>
<body>
<!-- partial:index.partial.html -->
<div class="box-form">
<div class="left">
<div class="overlay">
<h1>Park here...</h1>
</div>
</div>

<div class="right">
<h1>Create a New Account</h1>
<div class="inputs">
<input type="text" placeholder="First Name">
<br>
<input type="text" placeholder="Last Name">

<input type="email" placeholder="Enter Your Email">


<br>
<input type="tel" placeholder="Mobile No.">
<br>
<input type="text" placeholder="User ID">
<br>
<input type="password" placeholder="Create a password Password">
<input type="password" placeholder="Conform Password">
</div>

<br><br>

<br><a href="mu.html">
<button>Create</button></a>
</div>

</div>
<!-- partial -->

</body>
</html>

<meta charset="UTF-8">
<meta charset="UTF-8">

<!DOCTYPE html>
<html lang="en" >
<head>
<meta charset="UTF-8">
<title>Create New Account</title>
<link href="https://fonts.googleapis.com/css?family=Open+Sans" rel="stylesheet">

<link href="https://maxcdn.bootstrapcdn.com/font-awesome/4.7.0/css/font-
awesome.min.css" rel="stylesheet" integrity="sha384-
wvfXpqpZZVQGK6TAh5PVlGOfQNHSoD2xbE+QkPxCAFlNEevoEH3Sl0sibVcOQVnN"
crossorigin="anonymous"><link rel="stylesheet" href="./style.css">

</head>
<body>
<!-- partial:index.partial.html -->
<div class="box-form">
<div class="left">
<div class="overlay">
<h1>Park here...</h1>
</div>
</div>

<div class="right">
<h1>Create a New Account</h1>

<div class="inputs">
<input type="text" placeholder="First Name">
<br>
<input type="text" placeholder="Last Name">

<input type="email" placeholder="Enter Your Email">


<br>
<input type="tel" placeholder="Mobile No.">
<br>
<input type="text" placeholder="User ID">
<br>
<input type="password" placeholder="Create a password Password">
<input type="password" placeholder="Conform Password">
</div>

<br><br>

<br><a href="mp.html">
<button>create</button></a>
</div>

</div>
<!-- partial -->

</body>
</html>

<!DOCTYPE html>
<html lang="en" >
<head>
<meta charset="UTF-8">
<title>Login Page</title>
<link href="https://fonts.googleapis.com/css?family=Open+Sans" rel="stylesheet">

<link href="https://maxcdn.bootstrapcdn.com/font-awesome/4.7.0/css/font-
awesome.min.css" rel="stylesheet" integrity="sha384-
wvfXpqpZZVQGK6TAh5PVlGOfQNHSoD2xbE+QkPxCAFlNEevoEH3Sl0sibVcOQVnN"
crossorigin="anonymous"><link rel="stylesheet" href="./style.css">
</head>
<body>
<!-- partial:index.partial.html -->
<div class="box-form">
<div class="left">
<div class="overlay">
<h1>Park here...</h1>
</div>
</div>

<div class="right">
<h1>Welcome to park here</h1>

<div class="inputs"><a href="lp.html">


<button align="center">Provide a parking Service</button></a>
<br>
<br>
<br>
<br>

<a href="lc.html">
<button align="center">Use Parking Service</button></a>

</div>
<br>
<br>
<br>
</div>

</div>
<!-- partial -->

</body>
</html>

<!DOCTYPE html>
<html lang="en" >
<head>
<meta charset="UTF-8">
<title>Login Page</title>
<link href="https://fonts.googleapis.com/css?family=Open+Sans" rel="stylesheet">

<link href="https://maxcdn.bootstrapcdn.com/font-awesome/4.7.0/css/font-
awesome.min.css" rel="stylesheet" integrity="sha384-
wvfXpqpZZVQGK6TAh5PVlGOfQNHSoD2xbE+QkPxCAFlNEevoEH3Sl0sibVcOQVnN"
crossorigin="anonymous"><link rel="stylesheet" href="./style.css">
</head>
<body>
<!-- partial:index.partial.html -->
<div class="box-form" width="100%">
<div class="left">
<div class="overlay">
<h1>Park here...</h1>
</div>
</div>

<div class="right">
<h1>Login</h1>
<p>Don't have an account? <a href="cnac.html">Create Your Account</a> it takes
less than a minute</p>
<div class="inputs">
<input type="text" placeholder="User ID">
<br>
<br>
<br>
<br>
<input type="password" placeholder="Password">
</div>

<br><a href="mu.html">
<button>Login</button></a>
</div>

</div>
<!-- partial -->

</body>
</html>

<!DOCTYPE html>
<html lang="en" >
<head>
<meta charset="UTF-8">
<title>Login Page</title>
<link href="https://fonts.googleapis.com/css?family=Open+Sans" rel="stylesheet">

<link href="https://maxcdn.bootstrapcdn.com/font-awesome/4.7.0/css/font-
awesome.min.css" rel="stylesheet" integrity="sha384-
wvfXpqpZZVQGK6TAh5PVlGOfQNHSoD2xbE+QkPxCAFlNEevoEH3Sl0sibVcOQVnN"
crossorigin="anonymous"><link rel="stylesheet" href="style.css">

</head>
<body>
<!-- partial:index.partial.html -->
<div class="box-form" width="100%">
<div class="left">
<div class="overlay">
<h1>Park here...</h1>
</div>
</div>

<div class="right">
<h1>Login</h1>
<p>Don't have an account? <a href="cnap.html">Create Your Account</a> it takes
less than a minute</p>
<div class="inputs">
<input type="text" placeholder="User ID">
<br>
<br>
<br>
<br>
<input type="password" placeholder="Password">
</div>

<br><a href="mp.html">
<button>Login</button></a>
</div>

</div>
<!-- partial -->

</body>
</html>

<!DOCTYPE html>
<html lang="en" >
<head>
<meta charset="UTF-8">
<title>Create New Account</title>
<link href="https://fonts.googleapis.com/css?family=Open+Sans" rel="stylesheet">

<link href="https://maxcdn.bootstrapcdn.com/font-awesome/4.7.0/css/font-
awesome.min.css" rel="stylesheet" integrity="sha384-
wvfXpqpZZVQGK6TAh5PVlGOfQNHSoD2xbE+QkPxCAFlNEevoEH3Sl0sibVcOQVnN"
crossorigin="anonymous"><link rel="stylesheet" href="./style.css">

</head>
<body>
<!-- partial:index.partial.html -->
<div class="box-form">
<div class="left">
<div class="overlay">
<h1>Park here...</h1>
</div>
</div>

<div class="right">
<h1>Enter Your Details</h1>

<div class="inputs">
<input type="text" placeholder="City">
<br>
<input type="text" placeholder="Area">

<input type="text" placeholder="Colony">


<br>
<input type="text" placeholder="House No.">
<br>
<input type="number" placeholder="Available space(ex. 1,2,3 *how many car
can park here?)">
<br>
<button>Next</button>
</div>

<br><br>

</div>

</div>
<!-- partial -->

</body>
</html>

<!DOCTYPE html>
<html lang="en" >
<head>
<meta charset="UTF-8">
<title>Create New Account</title>
<link href="https://fonts.googleapis.com/css?family=Open+Sans" rel="stylesheet">

<link href="https://maxcdn.bootstrapcdn.com/font-awesome/4.7.0/css/font-
awesome.min.css" rel="stylesheet" integrity="sha384-
wvfXpqpZZVQGK6TAh5PVlGOfQNHSoD2xbE+QkPxCAFlNEevoEH3Sl0sibVcOQVnN"
crossorigin="anonymous"><link rel="stylesheet" href="./style.css">

</head>
<body>
<!-- partial:index.partial.html -->
<div class="box-form">
<div class="left">
<div class="overlay">
<h1>Park here...</h1>
</div>
</div>

<div class="right">
<h1>Enter Your Details</h1>

<div class="inputs">
<input type="text" placeholder="City">
<br>
<input type="text" placeholder="Area">

<input type="text" placeholder="Colony">


<br>
<input type="text" placeholder="Number Plate (ex. GJ11XX1111)">
<br>
<input type="number" placeholder="Cars(ex. 1,2,3 *how many car you want
to park here?)">
<br>
<input type="text" placeholder="Enter Date Time ?">

<button>Next</button>
</div>

<br><br>

<br </div>

</div>
<!-- partial -->

</body>
</html
TESTING
FUTURE WORK

• With automated parking systems, parking lots will become much smaller,
or there will be less need for more parking lots as the available ones will be
enough for the vehicles.
• Parking lots will take up more vertical space than horizontal space
because machines park the cars rather than drivers A city must have
enough parking spaces to provide their residents and their visitors a place to
park their car.
• Since cars are a main factor in transportation, a city must meet the
needs of the drivers.

.
1) Better parking experience. ...
2) Increased Protection. ...
3) Reduced traffic and pollution. ...
4) Easy implementation and management. ...
5) Cost-effective. ...
6) Uses integrated software and applications
REFERENCES

SUMMARY

• Parking management solutions include the innovative technology that


solves problems within the parking industry.
• Park managers are gradually migrating from a hardware focus to a
digital focus.
• Payment digitization, enforcement processes, access control, and
reporting are important features to look for in a park management
system.
• The cost of buying a parking management system is relatively low
compared to other options.

• It is more convenient in future

You might also like