{"id":28220285,"url":"https://github.com/manishdait/reddit-clone","last_synced_at":"2026-05-05T17:31:23.730Z","repository":{"id":228377483,"uuid":"773813434","full_name":"manishdait/reddit-clone","owner":"manishdait","description":"This project is a full-stack Reddit clone built with Spring Boot for the backend (API) and Angular for the frontend (client).","archived":false,"fork":false,"pushed_at":"2024-04-09T01:22:07.000Z","size":1263,"stargazers_count":1,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"master","last_synced_at":"2025-06-11T13:49:02.267Z","etag":null,"topics":["angular","jwt","mysql-database","spring-boot"],"latest_commit_sha":null,"homepage":"","language":null,"has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":null,"status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/manishdait.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":null,"code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null,"zenodo":null}},"created_at":"2024-03-18T12:54:42.000Z","updated_at":"2024-04-10T07:09:13.000Z","dependencies_parsed_at":"2025-06-11T13:44:59.618Z","dependency_job_id":"18bd74b0-af90-4e39-8a01-11d091b9bd49","html_url":"https://github.com/manishdait/reddit-clone","commit_stats":null,"previous_names":["manishdait/reddit-clone"],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/manishdait/reddit-clone","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/manishdait%2Freddit-clone","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/manishdait%2Freddit-clone/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/manishdait%2Freddit-clone/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/manishdait%2Freddit-clone/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/manishdait","download_url":"https://codeload.github.com/manishdait/reddit-clone/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/manishdait%2Freddit-clone/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":32660142,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-05-05T11:29:49.557Z","status":"ssl_error","status_checked_at":"2026-05-05T11:29:48.587Z","response_time":54,"last_error":"SSL_connect returned=1 errno=0 peeraddr=140.82.121.5:443 state=error: unexpected eof while reading","robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":false,"can_crawl_api":true,"host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["angular","jwt","mysql-database","spring-boot"],"created_at":"2025-05-18T04:14:55.805Z","updated_at":"2026-05-05T17:31:23.714Z","avatar_url":"https://github.com/manishdait.png","language":null,"funding_links":[],"categories":[],"sub_categories":[],"readme":"# reddit-clone\n\nThis project is a full-stack Reddit clone built with Spring Boot for the backend (API) and Angular for the frontend (client).\n\n###  Key Features:\n\n - #### User Management:\n   * Account creation with secure password hashing.\n   * Login functionality with authentication.\n   * User profiles for managing account details.\n   \n - #### Content Management:\n    * Post creation with text and image support.\n    * Upvoting and downvoting system for posts and comments.\n    * Commenting on posts to facilitate discussions.\n\n - #### Community Management:\n    * Subreddit creation to categorize content.\n\n### Technology Stack:\n\n - Backend (API): Spring Boot (Java)\n - Frontend (client): Angular (TypeScript)\n - Database: MySQL\n\n### Project Structure:\n\n```\nreddit-clone/\n├── image/\n├── reddit-clone-api/  # Backend (Spring Boot) project (submodule)\n│   └── ... (Spring Boot project files)\n├── reddit-clone-client/  # Frontend (Angular) project (submodule)\n│   └── ... (Angular project files)\n└── ...  README.md  # This file\n```\n\n### Getting Started:\n\n1. #### Prerequisites:\n   - Java 17+ (or compatible version)\n   - Node.js and npm (or yarn)\n   - Git (for submodule management)\n    \n2. #### Clone the Repository:\n   ```bash\n    git clone https://github.com/ManishDait/reddit-clone.git\n   ```\n\n3. #### Initialize Submodules:\n   ```bash\n   cd reddit-clone\n   git submodule inti \u0026\u0026 git submodule update\n   ```\n\n4. #### Set Up the Backend (API):\n\n   - Refer to the reddit-clone-api/ project's documentation for api setup instructions. This will involve setting up a database connection, configuring Spring Boot properties, and building the project.\n\n5. #### Set Up the Frontend (client):\n\n    - Refer to the reddit-clone-client/ project's documentation for build and running client app. This will involve installing Angular dependencies, running build commands, and starting the development server.\n\n### Result:\n\n![image signup](image/img1.png)\n\n![image login](image/img2.png)\n\n![image home](image/img3.png)\n\n![image post](image/img4.png)\n\n![image comment](image/img5.png)\n\n![image list subreddit](image/img6.png)\n\n![image create subreddit](image/img7.png)\n\n![image create post](image/img8.png)\n\n![image profile](image/img9.png)","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fmanishdait%2Freddit-clone","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fmanishdait%2Freddit-clone","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fmanishdait%2Freddit-clone/lists"}