An open API service indexing awesome lists of open source software.

https://github.com/miroslavkolosnjaji/cardealershipapp

Final course project client - server application
https://github.com/miroslavkolosnjaji/cardealershipapp

design-pattern design-patterns design-patterns-implemented-in-java java java-swing-application java-swing-gui mysql-database server-client server-client-architecture server-client-communication swing-gui web-socket

Last synced: 4 months ago
JSON representation

Final course project client - server application

Awesome Lists containing this project

README

        

![Java](https://img.shields.io/badge/Java-17-brightgreen)
![Java-Core](https://img.shields.io/badge/Java-Core-brightgreen)
[![License: MIT](https://img.shields.io/badge/License-MIT-green.svg)](https://opensource.org/licenses/MIT)
![GitHub forks](https://img.shields.io/github/forks/MiroslavKolosnjaji/CarDealershipApp)
# CarDealershipApp
### Final course project - (client - server) application

This is a client/server desktop application developed as a final course exam project. The application is designed for a car dealership business.
Its purpose is to display the current status (available/sold) of all cars in the dealership's system.

Additionally, a search mechanism is implemented, allowing users to search for cars based on several criteria, such as brand, model,
chassis number, etc. There is also an option to create an order for a customer, where you can select a car and add additional equipment (if available).

Finally, the application provides a list of all orders.
If you're looking for a specific order, you don’t need to scroll through the entire list; you can narrow the search by a specific date.
Each order displays details about the sold car, the salesperson who sold it, and the date of the sale.

## Technologies used

- Java
- JDBC (Java Database Conectivity)
- MySQL
- Java Swing (for GUI)

## DEMO
Watch this short demo on YouTube to see how the application works in action:
[![YouTube Video](https://img.shields.io/badge/Watch%20on-YouTube-red?style=for-the-badge&logo=youtube)](https://www.youtube.com/watch?v=HE3AqpwPbd4)

## License
This project is licensed under the MIT License - see the [LICENSE](LICENSE) file for details.