amycardoso / spring-reddit-clone

Backend of a Reddit Clone built with spring boot.

Home Page:https://spring-reddit-clone-production.up.railway.app/swagger-ui.html

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Reddit Clone - Backend

Backend of a Reddit Clone, built with:

  • Spring Boot
  • Spring Security
  • Spring Data JPA
  • PostgreSQL JDBC Driver
  • Lombok
  • Java Mail Sender
  • MapStruct
  • JSON Web Token

You can access the api documentation here.

You can configure your database, hibernate and email functionality by adding properties to application.properties.

In this application, users receive account activation emails and comment notification emails, for that reason, we need an SMTP server to send the emails, we can use a fake SMTP server called MailTrap.

About

Backend of a Reddit Clone built with spring boot.

https://spring-reddit-clone-production.up.railway.app/swagger-ui.html

License:MIT License


Languages

Language:Java 99.7%Language:HTML 0.3%