A simple Java-based messenger application that allows two people to send messages to each other. Messages are saved in an SQL database.
- Two users can send messages to each other
- Messages are saved in an SQL database
- Uses Java and MySQL for backend
- Set up your MySQL database and create the necessary tables.
- Update the
MysqlCon
class with your database connection details. - Compile and run the Java application.