https://github.com/saiupadhyayula/spring-reddit-clone
Reddit clone built using Spring Boot, Spring Security with JWT Authentication, Spring Data JPA with MySQL, Spring MVC. The frontend is built using Angular - You can find the frontend source code here - https://github.com/SaiUpadhyayula/angular-reddit-clone
https://github.com/saiupadhyayula/spring-reddit-clone
angular jwt mysql reddit-clone spring spring-boot spring-data-jpa spring-security springmvc
Last synced: 15 days ago
JSON representation
Reddit clone built using Spring Boot, Spring Security with JWT Authentication, Spring Data JPA with MySQL, Spring MVC. The frontend is built using Angular - You can find the frontend source code here - https://github.com/SaiUpadhyayula/angular-reddit-clone
- Host: GitHub
- URL: https://github.com/saiupadhyayula/spring-reddit-clone
- Owner: SaiUpadhyayula
- Created: 2019-09-12T18:13:26.000Z (over 5 years ago)
- Default Branch: master
- Last Pushed: 2024-02-16T08:02:19.000Z (about 1 year ago)
- Last Synced: 2025-04-09T08:06:06.061Z (15 days ago)
- Topics: angular, jwt, mysql, reddit-clone, spring, spring-boot, spring-data-jpa, spring-security, springmvc
- Language: Java
- Homepage:
- Size: 461 KB
- Stars: 685
- Watchers: 27
- Forks: 386
- Open Issues: 4
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# spring-reddit-clone
Reddit clone built using Spring Boot, Spring Security with JPA Authentication, Spring Data JPA with MySQL, Spring MVC. The frontend is built using Angular - You can find the frontend source code here - https://github.com/SaiUpadhyayula/angular-reddit-clone# Recent Changes
- Updated to latest spring boot version - 3.0.3
- Updated Spring Security to v6
- Replaced Spring Fox Rest api documentation library with OpenAPI 3# NOTE
This source code is used as a starting point for my other tutorials which shows how to deploy the Spring Boot and Angular app to Heroku and Testing Spring boot applications:The complete source code for the  can be found at https://github.com/SaiUpadhyayula/spring-reddit-clone-heroku-deployment
The complete source code for the  can be found at https://github.com/SaiUpadhyayula/spring-boot-testing-reddit-clone
# Tutorial
https://programmingtechie.com/2019/09/30/build-a-full-stack-reddit-clone-with-spring-boot-and-angular-part-1/# Front end code
https://github.com/SaiUpadhyayula/angular-reddit-clone# Screenshots
1. Home Page
2. View Post Page

3. Create Post Page

4. Create Subreddit Page

5. User Profile Page
