{"id":34640140,"url":"https://github.com/marcusbello/polling_app","last_synced_at":"2026-04-11T13:34:20.398Z","repository":{"id":172679414,"uuid":"649600226","full_name":"marcusbello/polling_app","owner":"marcusbello","description":"Poll API - django rest framework","archived":false,"fork":false,"pushed_at":"2024-03-07T07:53:33.000Z","size":15575,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"master","last_synced_at":"2025-12-26T06:21:36.176Z","etag":null,"topics":["authentication","django","drf","postgresql","python","rest-api"],"latest_commit_sha":null,"homepage":"https://polling-app-kappa.vercel.app","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/marcusbello.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,"zenodo":null,"notice":null,"maintainers":null,"copyright":null,"agents":null,"dco":null,"cla":null}},"created_at":"2023-06-05T08:28:23.000Z","updated_at":"2024-03-07T07:41:57.000Z","dependencies_parsed_at":null,"dependency_job_id":"a79a3b25-d2c0-4ea5-87dd-d39b4fe4d7b4","html_url":"https://github.com/marcusbello/polling_app","commit_stats":null,"previous_names":["marcusbello/polling_app"],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/marcusbello/polling_app","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/marcusbello%2Fpolling_app","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/marcusbello%2Fpolling_app/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/marcusbello%2Fpolling_app/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/marcusbello%2Fpolling_app/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/marcusbello","download_url":"https://codeload.github.com/marcusbello/polling_app/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/marcusbello%2Fpolling_app/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":31682953,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-04-11T13:07:20.380Z","status":"ssl_error","status_checked_at":"2026-04-11T13:06:47.903Z","response_time":54,"last_error":"SSL_connect returned=1 errno=0 peeraddr=140.82.121.5: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":["authentication","django","drf","postgresql","python","rest-api"],"created_at":"2025-12-24T17:16:08.612Z","updated_at":"2026-04-11T13:34:20.373Z","avatar_url":"https://github.com/marcusbello.png","language":"JavaScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Polling App\n\n- - -\n\n### Features\n\n- User authentication\n- Add Polls\n- Add Choices for each polls\n- Record votes for each choice on the poll\n- Read Polls with all the associated data\n- JWT authentication and authorization\n\n### Documentation\n\n1. JSON API specification at /swagger.json\n2. YAML API specification at /swagger.yaml\n3. Swagger UI API specification at /swagger/\n4. ReDoc API specification at /redoc/\n\n### Endpoints\n\n| URL                       | HTTP Verb | Functions                              |\n|---------------------------|-----------|----------------------------------------|\n| 'user/login'              | POST      | user login                             |\n| 'user/'                   | POST      | user registration                      |\n| '/polls'                  | GET       | return all polls                       |\n| '/polls/{id}'             | GET       | get specified ID poll                  |\n| '/polls/{id}/choices'     | GET       | get choices from specified poll        |\n| '/polls/{id}/choices/{choice_id}/vote' | GET       | returns votes belonging to each choice |\n\n### Tool\n\n1. Python\n2. Django \u0026 Django Rest Framework\n3. Postgres (Unplugged for dev)\n\n### Run local\n\n- create virtual environment `python3 -m venv venv`\n- activate virtual env `. venv/bin/activate`\n- install requirements.txt `pip install -r requirements.txt`.\n- run application `python manage.py runserver`\n- run tests `python manage.py test`\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fmarcusbello%2Fpolling_app","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fmarcusbello%2Fpolling_app","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fmarcusbello%2Fpolling_app/lists"}