|
@@ -0,0 +1,24 @@
|
|
1
|
+# **Parking Management System for a Garage**
|
|
2
|
+
|
|
3
|
+### A system that monitor the vehicle in a garage.
|
|
4
|
+
|
|
5
|
+
|
|
6
|
+### Garage Module
|
|
7
|
+A system that tracks all the vehicles entering and leaving the garage.
|
|
8
|
+
|
|
9
|
+Capture the vehicle licence plate using a camera
|
|
10
|
+Java OCR read the licence plate number
|
|
11
|
+Save the licence plate number ,date and time in database
|
|
12
|
+
|
|
13
|
+
|
|
14
|
+### User Module
|
|
15
|
+An app for users
|
|
16
|
+
|
|
17
|
+Available number of parking spaces
|
|
18
|
+Parking History
|
|
19
|
+Monthly payment details
|
|
20
|
+Timer
|
|
21
|
+Reminder - when alloted time is about to end
|
|
22
|
+Register
|
|
23
|
+Login
|
|
24
|
+User Dash
|