Skip to content

Latest commit

 

History

History
19 lines (10 loc) · 1.09 KB

README.md

File metadata and controls

19 lines (10 loc) · 1.09 KB

Car Sales Management System

The Car Sales Management System is a GUI-based application designed to streamline the management of car sales. It establishes database connectivity between the Java application and MySQL using the MySQL connector .jar file. This application utilizes distinct frame classes created by inheriting the frame class of the java.awt package, each serving different functions.

Key Features

  • Database Connectivity: Establishes a connection with a MySQL database, facilitating the storage and retrieval of car sales data.

  • User Authentication: Includes a login page with username and password authentication for secure access to the system.

  • Car Management: Enables users to perform essential tasks, such as adding, removing, and searching for car details.

Code Setup

Please ensure that you update the password and database name in the code wherever required in different classes to configure the application correctly.

The Car Sales Management System simplifies the process of managing car sales by providing an efficient and user-friendly interface for users.