{"id":23488639,"url":"https://github.com/erwanlt/hackoktoberfest","last_synced_at":"2025-04-14T12:08:21.886Z","repository":{"id":197725067,"uuid":"696293028","full_name":"ErwanLT/HackOktoberfest","owner":"ErwanLT","description":"workspace for Hacktoberfest 2023","archived":false,"fork":false,"pushed_at":"2023-10-26T05:47:45.000Z","size":39,"stargazers_count":0,"open_issues_count":2,"forks_count":1,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-04-14T12:08:21.310Z","etag":null,"topics":["beer","collections","hacktoberfest"],"latest_commit_sha":null,"homepage":"","language":"Java","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/ErwanLT.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","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":"2023-09-25T13:21:29.000Z","updated_at":"2023-10-26T06:01:49.000Z","dependencies_parsed_at":"2023-10-02T08:15:46.141Z","dependency_job_id":"ea05527e-2362-4bfb-bf57-e534e0c47997","html_url":"https://github.com/ErwanLT/HackOktoberfest","commit_stats":null,"previous_names":["erwanlt/hackoktoberfest"],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ErwanLT%2FHackOktoberfest","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ErwanLT%2FHackOktoberfest/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ErwanLT%2FHackOktoberfest/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ErwanLT%2FHackOktoberfest/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/ErwanLT","download_url":"https://codeload.github.com/ErwanLT/HackOktoberfest/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":248877972,"owners_count":21176244,"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","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":["beer","collections","hacktoberfest"],"created_at":"2024-12-24T23:13:33.552Z","updated_at":"2025-04-14T12:08:21.851Z","avatar_url":"https://github.com/ErwanLT.png","language":"Java","funding_links":[],"categories":[],"sub_categories":[],"readme":"# HackOktoberfest\nworkspace for Hacktoberfest 2023\n\n## Data model\n```mermaid\nclassDiagram\n    class Beer{\n        int id\n        Brewerie brewerie\n        BeerType type\n        String color\n        double strenght\n        long bitterness\n    }\n\n    class Brewerie {\n        int id\n        String name\n        Adress adress\n        List~Beer~ beers\n    }\n\n    Brewerie*--Beer\n\n    class Adress{\n        String denomination\n        String identity\n        String entrance\n        String street\n        String city\n        String zipCode\n    }\n\n    Brewerie*--Adress\n\n    class BeerType{\n        \u003c\u003cenumeration\u003e\u003e\n        Altbier\n        Amber_ale\n        Barley_wine\n        Berliner_Weisse\n        Bière_de_Garde\n        Bitter\n        Blonde_Ale\n        ...\n    }\n    Beer*--BeerType\n\n    class User{\n        int id\n        String username\n        String email\n        String password\n        List~Role~ roles\n        List~Beer~ beers\n    }\n\n    class Role{\n        \u003c\u003cenumeration\u003e\u003e\n        ADMIN\n        USER\n    }\n    User*--Role\n    User*--Beer\n\n```\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Ferwanlt%2Fhackoktoberfest","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Ferwanlt%2Fhackoktoberfest","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Ferwanlt%2Fhackoktoberfest/lists"}