Skip to content

This is a Java Swing application that allows users to manage vehicle parking in a parking lot. The system uses JDBC to connect to a MySQL database and stores information about the vehicles, parking slots, and parking charges.

Notifications You must be signed in to change notification settings

nirbhay-pundir/ParkingSchedular

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

22 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Parking-Schedular

This is a Java Swing application that allows users to manage vehicle parking in a parking lot. The system uses JDBC to connect to a MySQL database and stores information about the vehicles, parking slots, and parking charges.

Note: Implementation of admin and parking receipts is not completed yet.

Features

The Vehicle Parking Management System has the following features:

  • Login and registration for users
  • Adding new vehicles to the parking lot
  • Displaying the list of parked user vehicles
  • Assigning parking slots to vehicles
  • Removing vehicles from the parking lot
  • Calculating parking charges based on the duration of parking
  • Generating parking receipts for customers
  • Admin access to view parking statistics and generate reports

Technologies Used

  • Java 12
  • Java Swing for GUI
  • JDBC for database connectivity
  • MySQL database

Requirements

To run this application, you need:

  • Java 12 or higher
  • MySQL database server
  • MySQL JDBC driver

How to Run

  1. Clone the repository to your local machine.
  2. Create a new MySQL database using the script.sql script provided in the sql folder.
  3. Open the project in your preferred Java IDE.
  4. Set the database connection properties in the server.java file.
  5. Run the ParkingSchedular.java file to start the application.

Screenshots

Login Screen

image

Registration Screen

image

User Dashboard Screen

image

Slot Release Screenshot

image

Please feel free to contribute by submitting bug reports or feature requests.

About

This is a Java Swing application that allows users to manage vehicle parking in a parking lot. The system uses JDBC to connect to a MySQL database and stores information about the vehicles, parking slots, and parking charges.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages