This is a Java-based car management system project built using Maven for dependency management and PostgreSQL as the database. It includes an interactive graphical user interface (GUI) created with Swing, designed for ease of use. This system allows admins to manage car data efficiently.
- User Authentication: Log in with predefined credentials to access the system.
- Graphical User Interface (GUI): A user-friendly interface built using Swing.
- Database Integration: Uses PostgreSQL for secure and efficient data storage.
- Scalable Codebase: Built with Maven to handle dependencies and simplify project management.
Ensure the following are installed and configured on your system:
- Java Development Kit (JDK) (Version 11 or higher)
- Apache Maven (Version 3.6 or higher)
- PostgreSQL (Version 13 or higher)
- A database client like pgAdmin (optional but recommended)
Follow these steps to set up the project on your local system:
git clone https://github.com/your-username/Car-Management-System.git
cd Car-Management-System