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)
- Host: GitHub
- URL: https://github.com/zeky84/simplechat
- Owner: Zeky84
- Created: 2023-10-06T20:03:39.000Z (over 2 years ago)
- Default Branch: master
- Last Pushed: 2024-08-24T19:32:30.000Z (almost 2 years ago)
- Last Synced: 2025-01-22T05:41:23.220Z (over 1 year ago)
- Topics: api-rest, asynchronous-programming, hibernate-jpa, java-17, javascript, mysql-database, springboot3, thymeleaf-template-engine
- Language: Java
- Homepage:
- Size: 109 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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.