Parking-Management-System
It is a Client-Server Multithreaded Swing GUI App as a part of Skills Development Lab Coursework. It helps visitors book and reserve a parking slot with respect to the availability of free slots added by a company.
Utility
Whenever a visitor wants to visit any company, he/she can prebook a parking slot so that hassles of finding a parking slot are reduced.
Tech Stack
JAVA | MYSQL
How to Run the code
- Clone the repo
- Open the cloned repo as an Eclipse Project
- First locally create the databases, schema of which is present in the schema.sql file
- Change the password of the My-SQL user as per your system in Server.java and Client.java files
- Run the Server code first and then run the Client Side of the code. You should not see a running GUI instance of the Parking Management System