Skip to content

Latest commit

 

History

History
27 lines (16 loc) · 1.12 KB

README.md

File metadata and controls

27 lines (16 loc) · 1.12 KB

Reddit-Clone-Back

This is the back-end of a side-project i made to train everyday. It's built as a Rest API using Spring Boot, Spring Security, Spring Data JPA with MySQL, Spring MVC. I also used libraries such as JWT, Mapstruct, Marlonlom (to display a custom time) and Swagger. U can find the front-end code there Reddit-Clone-Front

Screenshots

  1. Auth-Controller

Auth-Controller

  1. Subreddit-Controller

Subreddit-Controller

  1. Post-Controller

Post-Controller

  1. Comment-Controller

Comment-Controller

  1. Vote-Controller

Vote-Controller