Skip to content

Latest commit

 

History

History
24 lines (16 loc) · 1.18 KB

README.md

File metadata and controls

24 lines (16 loc) · 1.18 KB

Spring Boot Reddit Clone

This is an educative project for a Reddit clone built using Spring Boot 2 and Spring Framework 5, developed alongside a Udemy course. While following the course, I experimented with the project to deepen my understanding and enhance my skills.

Learning Outcomes

  1. Gained knowledge of core Spring concepts like Beans, IoC, and Dependency Injection.
  2. Explored features of Spring Boot, Spring Data JPA, and Thymeleaf.
  3. Experienced MVC pattern in action.

Built With

Project Status

The project is not complete, as I stopped before implementing Spring Security. It turns out that learning Spring Security is a whole new adventure in itself - almost like undertaking another project! 😄

Regardless, this project has significantly boosted my Java skills and provided me with valuable hands-on experience using the Spring framework and the MVC pattern.