Full Stack Java Chat Application
In-browser Messaging application This application runs on a Spring Boot backend with a simple HTML/CSS Frontend that Uses Session Storage to save each user's profile which can text/message. Messages are stored in a MySQL relational database. Uses Javascript fetch API to send and retrieve message data to and from spring back, which communicates with MySQL