{"id":15091194,"url":"https://github.com/gnori-zon/voting-system-rest","last_synced_at":"2026-02-07T17:33:07.864Z","repository":{"id":171440087,"uuid":"642084683","full_name":"gnori-zon/voting-system-rest","owner":"gnori-zon","description":"REST service to vote for a restaurant","archived":false,"fork":false,"pushed_at":"2023-08-04T17:26:25.000Z","size":50080,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"master","last_synced_at":"2025-07-17T22:06:40.118Z","etag":null,"topics":["aop","jwt","liquibase","logging","lombok","maven","open-api","postgresql","spring-boot","spring-jpa","spring-security","swagger","validation"],"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/gnori-zon.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-05-17T19:36:41.000Z","updated_at":"2023-06-24T17:44:04.000Z","dependencies_parsed_at":null,"dependency_job_id":"cad057ff-c125-468b-a2f6-87bf001a1fa5","html_url":"https://github.com/gnori-zon/voting-system-rest","commit_stats":{"total_commits":40,"total_committers":2,"mean_commits":20.0,"dds":"0.17500000000000004","last_synced_commit":"23cda1d1015a2cc6d36c43f02619fe9ea85a1f16"},"previous_names":["gnori-zon/voting-system-rest"],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/gnori-zon/voting-system-rest","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/gnori-zon%2Fvoting-system-rest","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/gnori-zon%2Fvoting-system-rest/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/gnori-zon%2Fvoting-system-rest/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/gnori-zon%2Fvoting-system-rest/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/gnori-zon","download_url":"https://codeload.github.com/gnori-zon/voting-system-rest/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/gnori-zon%2Fvoting-system-rest/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":29201154,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-02-07T16:28:23.579Z","status":"ssl_error","status_checked_at":"2026-02-07T16:28:22.566Z","response_time":63,"last_error":"SSL_connect returned=1 errno=0 peeraddr=140.82.121.6: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":["aop","jwt","liquibase","logging","lombok","maven","open-api","postgresql","spring-boot","spring-jpa","spring-security","swagger","validation"],"created_at":"2024-09-25T10:36:19.951Z","updated_at":"2026-02-07T17:33:07.851Z","avatar_url":"https://github.com/gnori-zon.png","language":"Java","funding_links":[],"categories":[],"sub_categories":[],"readme":"# voting-system-rest\nREST service to vote for a restaurant\n\n\u003cp align=\"center\"\u003e\n   \u003cimg src=\"https://img.shields.io/badge/Version-0.0.1-important\" alt=\"App Version\"\u003e\n   \u003cimg src=\"https://img.shields.io/badge/Lecense-MIT-9cf\" alt=\"License\"\u003e\n\u003c/p\u003e\n\n## About\nREST service for creating a restaurant, as well as a menu for them. And after that, users can vote for the restaurant.\n\n## Documentation\nIf you will not be using docker, you will need the **postgreSQL** database. To build jar you have to use maven\n\n```\n./mvnw -N package\n```\n\n\u003cdetails\u003e\n   \u003csummary\u003e Subject area\u003c/summary\u003e\n  \n  ![image](https://github.com/gnori-zon/voting-system-rest/assets/108410527/120253a4-ba2a-4ddc-ad2e-eab3a95822ab)\n\n**If you are not using docker:** The database structure is generated automatically by liquibase so there is no need to create anything manually. You need to have just an empty database.\n\u003c/details\u003e\n\n\u003cdetails\u003e\n   \u003csummary\u003e Config for app \u003c/summary\u003e\n   \n   ```yaml\n  spring:\n  liquibase:\n    enabled: true\n  datasource:\n   # (address of database)\n    url: \n    username:\n    password:\n    # (dirver for database)\n    driver-class-name:\n  jpa:\n    show-sql: true\n    hibernate.ddl-auto: none\n\nsecurity:\n  jwt:\n  # 128-bit key to encrypt the jwt token\n    secret: \n  # token expiration time in seconds (default: 1 week)\n    expiration: 604800\n\nlogging:\n  level:\n    root: info\n    web: error\n    sql: error\n  file:\n  # log file name with path relative to directory 'src'\n      name: src/app.log\n      max-history: 1\n  pattern:\n  # log file view pattern\n    file: '%d{HH:mm:ss} [%thread] %-5level %logger{36} - %msg%n'\n    \n# activating controllers profiling and outputting them to the logs\nprofiling:\n  all:\n    controllers: false\n   ```\n\u003c/details\u003e\n\n\u003ca href=\"https://github.com/gnori-zon/voting-system-rest/tree/master/docker#readme\"\u003edocker\u003ca\u003e\n\nYou can use UI access after running the application from the link: http://localhost:8080/swagger-ui.html\n\n## Developers\n\n- [gnori-zon](https://github.com/gnori-zon)\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fgnori-zon%2Fvoting-system-rest","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fgnori-zon%2Fvoting-system-rest","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fgnori-zon%2Fvoting-system-rest/lists"}