{"id":18103827,"url":"https://github.com/victorharri-chal/popeye","last_synced_at":"2026-04-14T19:32:24.801Z","repository":{"id":167573258,"uuid":"371703802","full_name":"VictorHarri-Chal/Popeye","owner":"VictorHarri-Chal","description":"🐳 A basic application (similar to a strawpoll) to learn how Docker works. Done on my 1st year at Epitech","archived":false,"fork":false,"pushed_at":"2021-05-28T15:19:48.000Z","size":1657,"stargazers_count":1,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-04-06T05:47:34.230Z","etag":null,"topics":["docker","docker-compose","epitech","first-year-project","java","nodejs","python"],"latest_commit_sha":null,"homepage":"","language":"JavaScript","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/VictorHarri-Chal.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":"2021-05-28T13:07:19.000Z","updated_at":"2022-07-07T13:56:11.000Z","dependencies_parsed_at":"2023-05-23T03:15:16.121Z","dependency_job_id":null,"html_url":"https://github.com/VictorHarri-Chal/Popeye","commit_stats":null,"previous_names":["victorharri-chal/popeye"],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/VictorHarri-Chal/Popeye","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/VictorHarri-Chal%2FPopeye","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/VictorHarri-Chal%2FPopeye/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/VictorHarri-Chal%2FPopeye/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/VictorHarri-Chal%2FPopeye/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/VictorHarri-Chal","download_url":"https://codeload.github.com/VictorHarri-Chal/Popeye/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/VictorHarri-Chal%2FPopeye/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":31812968,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-04-14T18:05:02.291Z","status":"ssl_error","status_checked_at":"2026-04-14T18:05:01.765Z","response_time":153,"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":["docker","docker-compose","epitech","first-year-project","java","nodejs","python"],"created_at":"2024-10-31T22:13:15.392Z","updated_at":"2026-04-14T19:32:24.785Z","avatar_url":"https://github.com/VictorHarri-Chal.png","language":"JavaScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# popeye\n\n![POPEYE](popeye.png)\n\n\u003c!-- ABOUT THE PROJECT --\u003e\n## About The Project\nThe goal of this project is to containerize and define the deployment of a simple web poll application\n\nThere are five elements constituting the application, connected in a container :\n\n- **Poll**, a flask Python web application that gathers votes and push them into a `Redis` queue.\n\n- **Redis**, which holds the votes sent by the Poll application, awaiting for them to be consumed by the `Worker`.\n\n- **Worker**, a java application which consumes the votes being in the Redis queue, and stores them into a `PostgreSQL` database\n\n- **PostgreSQL database**, which (persistently) stores the votes stored by the Worker.\n\n- **Result**, a Node.js web application that fetches the votes from the database and displays the. . . well, result.\n\n![POPEYE_SCHEMA](popeye_schema.png)\n\n\u003c!-- REQUIREMENTS --\u003e\n## Requirements\n* Docker\n* Docker Compose\n\n\u003c!-- GETTING STARTED --\u003e\n## Getting Started\n\nCheck that Docker is installed on your computer and let's start !\nClone the repositorie and build images with Docker-compose\n```sh\ndocker-compose up --build\n```\nyou can see the Poll on `localhost:5000/` and the Result on `localhost:5001/`\n\nDo not forget to down containers\n```sh\ndocker-compose down -v\n```\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fvictorharri-chal%2Fpopeye","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fvictorharri-chal%2Fpopeye","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fvictorharri-chal%2Fpopeye/lists"}