{"id":23086523,"url":"https://github.com/kmihajlo/reddit-clone","last_synced_at":"2026-05-03T17:34:30.024Z","repository":{"id":261984056,"uuid":"398839672","full_name":"KMihajlo/Reddit-clone","owner":"KMihajlo","description":"Full stack web application using Java/Spring in the backend and Thymeleaf as a templating engine in the front end. H2 in-memory database during the development process and MySQL database in the release.","archived":false,"fork":false,"pushed_at":"2021-10-28T00:16:58.000Z","size":1435,"stargazers_count":1,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"master","last_synced_at":"2025-04-03T16:17:14.574Z","etag":null,"topics":["bootstrap","h2-database","java","spring-boot","spring-security","thymeleaf"],"latest_commit_sha":null,"homepage":"","language":"JavaScript","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/KMihajlo.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}},"created_at":"2021-08-22T15:56:58.000Z","updated_at":"2021-10-28T00:25:29.000Z","dependencies_parsed_at":"2024-11-09T18:27:43.383Z","dependency_job_id":"679249db-9e62-4e6c-8a21-8194157d6a4e","html_url":"https://github.com/KMihajlo/Reddit-clone","commit_stats":null,"previous_names":["kmihajlo/reddit-clone"],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/KMihajlo/Reddit-clone","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/KMihajlo%2FReddit-clone","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/KMihajlo%2FReddit-clone/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/KMihajlo%2FReddit-clone/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/KMihajlo%2FReddit-clone/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/KMihajlo","download_url":"https://codeload.github.com/KMihajlo/Reddit-clone/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/KMihajlo%2FReddit-clone/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":32578800,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-05-03T06:36:36.687Z","status":"ssl_error","status_checked_at":"2026-05-03T06:36:09.306Z","response_time":103,"last_error":"SSL_read: 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":["bootstrap","h2-database","java","spring-boot","spring-security","thymeleaf"],"created_at":"2024-12-16T18:56:50.445Z","updated_at":"2026-05-03T17:34:30.008Z","avatar_url":"https://github.com/KMihajlo.png","language":"JavaScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Reddit Clone\n\n## Development\n\n---\n### BE\n* Java 11\n* Spring Framework 5.0 \u0026 Spring Boot 2.0\n* Spring Data JPA\n* Spring Security\n* Hibernate\n* Maven 3\n\n### FE\n* Tymeleaf (Templating engine)\n* HTML / CSS3\n* Bootstrap\n* JavaScript\n\n### Databases\n* H2 in - memory\n* MySQL\n\n---\n\n\u0026nbsp;\u0026nbsp; `list.html` - Initial frontpage\n\n* created `main_layout` page, which is reused on every page\n* made the application responsive using media queries\n\n  \u003ctable\u003e\n  \u003ctr\u003e\n    \u003ctd\u003eDesktop view\u003c/td\u003e\n     \u003ctd\u003eMobile view\u003c/td\u003e\n  \u003c/tr\u003e\n  \u003ctr\u003e\n    \u003ctd\u003e\u003cimg alt=\"DesktopView\" src=\"https://github.com/KMihajlo/Reddit-clone/blob/master/src/main/resources/static/images/desktopview.png\"/\u003e\u003c/td\u003e\n    \u003ctd\u003e\u003cimg alt=\"MobileView\" src=\"https://github.com/KMihajlo/Reddit-clone/blob/master/src/main/resources/static/images/mobileview.png\"/\u003e\u003c/td\u003e\n  \u003c/tr\u003e\n \u003c/table\u003e\n\n`view.html` - View of a single link with comments\n* used PrettyTime to convert the date\n* implemented voting functionality\n* if not signed in, you will not be able to post a comment or a link\n\u003cdiv\u003e\n    \u003cdiv\u003e\n        \u003cp style=\"font-style: italic\"\u003e\u003c/p\u003e\n        \u003cimg alt=\"SampleLink\" src=\"https://github.com/KMihajlo/Reddit-clone/blob/master/src/main/resources/static/images/sampleLink.png\"/\u003e\n    \u003c/div\u003e\n\u003c/div\u003e\n\n`register.html` - Register page\n\u003ctable\u003e\n  \u003ctr\u003e\n    \u003ctd\u003eFrontend validation\u003c/td\u003e\n     \u003ctd\u003eBackend validation\u003c/td\u003e\n  \u003c/tr\u003e\n  \u003ctr\u003e\n    \u003ctd\u003e\u003cimg alt=\"FrontendValidation\" src=\"https://github.com/KMihajlo/Reddit-clone/blob/master/src/main/resources/static/images/frontend_validation.png\"/\u003e\u003c/td\u003e\n    \u003ctd\u003e\u003cimg alt=\"BackendValidation\" src=\"https://github.com/KMihajlo/Reddit-clone/blob/master/src/main/resources/static/images/backend_validation.png\"/\u003e\u003c/td\u003e\n  \u003c/tr\u003e\n \u003c/table\u003e\n\n`activation.html` \u0026 `welcome.html` - Manually created email templates\n* tested using Mailtrap\n\u003cbr\u003e\n\u003ctable\u003e\n  \u003ctr\u003e\n    \u003ctd\u003eActivation Email - is being sent when registered for the first time\u003c/td\u003e\n     \u003ctd\u003eWelcome Email - is being sent when you activate your account\u003c/td\u003e\n  \u003c/tr\u003e\n  \u003ctr\u003e\n    \u003ctd\u003e\u003cimg alt=\"ActivationEmail\" src=\"https://github.com/KMihajlo/Reddit-clone/blob/master/src/main/resources/static/images/activation_email.png\"/\u003e\u003c/td\u003e\n    \u003ctd\u003e\u003cimg alt=\"WelcomeEmail\" src=\"https://github.com/KMihajlo/Reddit-clone/blob/master/src/main/resources/static/images/welcome_email.png\"/\u003e\u003c/td\u003e\n  \u003c/tr\u003e\n \u003c/table\u003e\n\n`profile.html` - Profile page for every user\n\u003cdiv\u003e\n    \u003cdiv\u003e\n        \u003cp style=\"font-style: italic\"\u003e\u003c/p\u003e\n        \u003cimg alt=\"DesktopView\" src=\"https://github.com/KMihajlo/Reddit-clone/blob/master/src/main/resources/static/images/profile_page.png\"/\u003e\n    \u003c/div\u003e\n\u003c/div\u003e\n\n***in progress...***\n\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fkmihajlo%2Freddit-clone","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fkmihajlo%2Freddit-clone","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fkmihajlo%2Freddit-clone/lists"}