The Blog Application is a dynamic web platform designed for creating and sharing content. Built with Spring Boot and leveraging the power of Spring MVC, it provides an intuitive and robust backend for managing blog posts, comments, and user interactions.
- Spring Boot:
- Spring Cloud Eureka
- Java 17
- MySQL
- RabbitMQ for Comment Service submodule
- Project Lombok: Simplifies the code by auto-generating
- Spring Data JPA: object-relational mapping to simplify database interactions.
- NextJS: web views.
- Java 17
- Maven
- MySQL
After starting the application, visit http://localhost:8080 to access the blog. You can sign up for an account, create and manage posts, categorize your content, and engage with the community through comments.