An open API service indexing awesome lists of open source software.

https://github.com/zeky84/simplechat

simple chat app to apply java and plain js knowledge(CodersCampus assignment 14)
https://github.com/zeky84/simplechat

api-rest asynchronous-programming hibernate-jpa java-17 javascript mysql-database springboot3 thymeleaf-template-engine

Last synced: about 2 months ago
JSON representation

simple chat app to apply java and plain js knowledge(CodersCampus assignment 14)

Awesome Lists containing this project

README

          

# 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.