This is a simple blog application built using Spring Boot with an event-driven architecture. The primary goal of the project is to create a blog platform where users can submit posts and see live updates through real-time event handling.
- Post Submission: Users can submit blog posts via a web interface.
- Event Handling: Submitted posts trigger an event in the backend.
- Real-Time Updates: New posts are displayed in real-time using event-driven mechanisms.
- Spring Boot
- Thymeleaf for HTML templates
- Spring WebSockets for real-time communication
- Java 17