The Java Chat App is a desktop-based chat application developed using Java and MySQL. It utilizes Socket programming for communication and MySQL for user authentication and storage of profile information. The application allows users to send messages, create/join chat rooms, upload profile images, and customize the app theme.
To set up this project, follow these steps:
Import MySQL Connector:
Database Setup:
chat
using the following query:
create database chat;
chat
database:
use chat;
chat.sql
) into your MySQL database to set up tables:
source {path of the file}/chat.sql;
Run the Project:
Enjoy chatting with friends and colleagues using the Java Chat App! ππ¬