{"id":20415798,"url":"https://github.com/rbkgh/rodney-java-hackerrank-challenge-1","last_synced_at":"2025-11-05T01:02:32.523Z","repository":{"id":90539709,"uuid":"195898809","full_name":"RbkGh/rodney-java-hackerrank-challenge-1","owner":"RbkGh","description":"Java: Spring Boot Code Verification Challenge ","archived":false,"fork":false,"pushed_at":"2019-07-08T23:27:15.000Z","size":103,"stargazers_count":1,"open_issues_count":0,"forks_count":3,"subscribers_count":1,"default_branch":"master","last_synced_at":"2025-03-05T03:41:32.805Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"language":"Java","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/RbkGh.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":"2019-07-08T23:24:53.000Z","updated_at":"2025-02-12T22:06:48.000Z","dependencies_parsed_at":null,"dependency_job_id":"9512cb5d-0f9e-4eb8-a522-2929aa8b0289","html_url":"https://github.com/RbkGh/rodney-java-hackerrank-challenge-1","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/RbkGh/rodney-java-hackerrank-challenge-1","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/RbkGh%2Frodney-java-hackerrank-challenge-1","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/RbkGh%2Frodney-java-hackerrank-challenge-1/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/RbkGh%2Frodney-java-hackerrank-challenge-1/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/RbkGh%2Frodney-java-hackerrank-challenge-1/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/RbkGh","download_url":"https://codeload.github.com/RbkGh/rodney-java-hackerrank-challenge-1/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/RbkGh%2Frodney-java-hackerrank-challenge-1/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":276631019,"owners_count":25676644,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","status":"online","status_checked_at":"2025-09-23T02:00:09.130Z","response_time":73,"last_error":null,"robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":true,"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":[],"created_at":"2024-11-15T06:17:36.215Z","updated_at":"2025-09-23T18:48:21.229Z","avatar_url":"https://github.com/RbkGh.png","language":"Java","funding_links":[],"categories":[],"sub_categories":[],"readme":"#Rodney-HackerRank-Java-Backend-Challenge\n\n### Quick Start\n```$xslt\n1. mvn clean spring-boot:run (run application,defaults to http://localhost:8000)\nOR \n2. mvn clean install (INSTALL)\nOR \n3. mvn clean test; cat target/customReports/result.txt (Run dynamic tests)\nor \n4. mvn test (run all tests in test directory)\n```\n\n### Run With Docker \n```$xslt\n\n1. mvn clean package (clean package)\n\n2. docker build -t rodney-hackerrank-java-app .\n\n3. docker run -p 8000:8000 rodney-hackerrank-java-app (application will be live on http://127.0.0.1:8000\n\nYou can type : docker images (to show docker images )\n```\n\n\n### Folder Structure\n\n    \n                            \n    .                                    \n    ├──src                               # Source files \n    ├─├--main                            # Main Folder \n    ├─├--├--java                         # Java Folder\n    ├─├--├----com.hackerrank.github      # Package name \n    ├-├--├-------comparator              # Comparators for sorting lists ,Highest streak comparators and others \n    ├-├--├-------config                  # App global configuration for date and other app-wide config\n    ├-├--├-------controller              # Events and Actors Api controllers\n    ├-├--├-------datautil                # Non-database entity models used in app\n    ├-├--├-------exception               # Exceptions package,SameDayException and other custom exceptions.\n    ├-├--├-------model                   # Database entity models\n    ├-├--├-------repository              # CrudRepository and all database repositories are here\n    ├-├--├-------service                 # Service classes for feeding various controllers are here.\n    ├-├--├-------util                    # DateUtil singleton class,for date calculations and other date manipulations.\n    ├-├--├----------Application          # Base Application class that runs app\n    ├-├--├resources                      # App configuration resources eg application.properties is here.\n    ├-├--├test                           # Test Folder where all Tests reside\n    ├-├--├--java\n    ├-├--├--├--com.hackerrank.github     \n    ├-├--├--├-----ComparatorTest         # Comparator custom unit tests\n    ├-├--├--├-----HttpJsonDynamicUnit    # Dynamic Unit Tests from json files\n    ├-├--├--resources                    # Http json test files are here\n    ├-├target\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Frbkgh%2Frodney-java-hackerrank-challenge-1","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Frbkgh%2Frodney-java-hackerrank-challenge-1","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Frbkgh%2Frodney-java-hackerrank-challenge-1/lists"}