The following application is a Java Desktop Application that aims to find Sport Games matches in different sport categories for each user.
Each user that register to the application can create, join, delete or update a new/existing worldwide game.
Moreover, the registered users have to ability to search for specific games & find out facts about the worldwide games statistics by using different filtering queries.
The application allocates a new thread to each client.
The source code is inside the directory: src.
Application Server Side: Backend Server written in Java with a connection to MySQL Database.
Application Client Side: Used Java Swing for the UI (Desktop Application).