Skip to content

Latest commit

 

History

History
21 lines (14 loc) · 1.04 KB

README.md

File metadata and controls

21 lines (14 loc) · 1.04 KB

Smart Parking System

A Java Servlet developed as a part of JAVA and Database Management System course. A very simple coding and design pattern has ben used to autoate the browsing through the parking lots, checking out empty spots, finding out whether it is available for advance booking, etc and fare calculation.

Technologies used:

  • Front end: HTML5, Javascript, Bootstrap and CSS3
  • Validations: JavaScript
  • Back end: Java Servlets
  • Database: MySQl
  • Server : Apache Tomcat

Features

  • Login Register: Users and parking lot owners can register into the portal and will be allowed to browse through the list of places-> parking lots-> parking spots

  • Current Booking : Users can check out the availibilty of empty spots currently and book the spot immedietly.

  • Future Booking: If a user needs an advance booking, he can do so by booking the car/bike from a fixed time to a fixed time.

  • Fare calculation: The fare is automatically calculated as per the time booked and per hour charge and is generated at the time of leaving.