Skip to content

This is a Reddit clone built using Java Spring. The application allows users to create accounts, submit posts, upvote and downvote posts, and comment on posts.

Notifications You must be signed in to change notification settings

Ahmed-Elgohary1/reddit

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 

Repository files navigation

Reddit Clone using Java Spring

This is a Reddit clone built using Java Spring. It allows users to create accounts, submit posts, upvote and downvote posts, and comment on posts.

Technologies Used

  • Java Spring
  • Spring Boot
  • Spring Data JPA
  • PostgreSQL

Features

  • User account creation and management
  • Post creation and management
  • Upvoting and downvoting of posts
  • Commenting on posts
  • Sorting of posts by popularity, date, and relevance

Installation

  1. Clone the repository:

git clone https://github.com/Ahmed-Elgohary1/reddit-clone.git

  1. Create a PostgreSQL database and update the application.properties file with your database credentials:

spring.datasource.url=jdbc:mysql://localhost:5432/reddit_clone spring.datasource.username=admin spring.datasource.password=admin

  1. Build and run the application:

./mvnw spring-boot:run

  1. Open your web browser and navigate to http://localhost:8080 to view the application.

Usage

  1. Create an account by clicking on the "Sign Up" button and filling out the registration form.

  2. Log in to your account by clicking on the "Log In" button and entering your credentials.

  3. Create Subreddit.

  4. Submit a post by clicking on the "Submit Post" button and filling out the post form.

  5. Upvote or downvote a post by clicking on the arrows next to the post.

  6. Comment on a post by clicking on the "Comment" button and filling out the comment form.

  7. Sort posts by popularity, date, or relevance by clicking on the corresponding buttons.

Contributing

Contributions are welcome! If you find a bug or have a feature request, please open an issue or submit a pull request.

License

This project is licensed under the MIT License. See the LICENSE file for details.

About

This is a Reddit clone built using Java Spring. The application allows users to create accounts, submit posts, upvote and downvote posts, and comment on posts.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages