Skip to content

Latest commit

 

History

History
2 lines (2 loc) · 350 Bytes

README.md

File metadata and controls

2 lines (2 loc) · 350 Bytes

SimpleChat

SimpleChat is an application designed to demonstrate the core principles of CRUD (Create, Read, Update, Delete) operations in web development. The backend is developed in Java using Spring Boot, Maven, Thymeleaf, and HibernateJPA to connect and interact with MySQL database. The frontend is built with vanilla JavaScript, HTML, and CSS.