{"id":22443190,"url":"https://github.com/ukjin1192/voter-advice-application","last_synced_at":"2025-08-01T18:34:08.034Z","repository":{"id":47228177,"uuid":"49147522","full_name":"ukjin1192/voter-advice-application","owner":"ukjin1192","description":"A Korean Voter Advice Application","archived":false,"fork":false,"pushed_at":"2021-09-07T23:34:24.000Z","size":708,"stargazers_count":4,"open_issues_count":9,"forks_count":1,"subscribers_count":1,"default_branch":"master","last_synced_at":"2023-03-01T18:20:57.416Z","etag":null,"topics":["voting-application"],"latest_commit_sha":null,"homepage":"http://pingkorea.com","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/ukjin1192.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}},"created_at":"2016-01-06T16:37:25.000Z","updated_at":"2016-04-11T05:13:08.000Z","dependencies_parsed_at":"2022-09-03T17:51:27.402Z","dependency_job_id":null,"html_url":"https://github.com/ukjin1192/voter-advice-application","commit_stats":null,"previous_names":[],"tags_count":null,"template":null,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ukjin1192%2Fvoter-advice-application","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ukjin1192%2Fvoter-advice-application/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ukjin1192%2Fvoter-advice-application/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ukjin1192%2Fvoter-advice-application/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/ukjin1192","download_url":"https://codeload.github.com/ukjin1192/voter-advice-application/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":228398954,"owners_count":17913704,"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":["voting-application"],"created_at":"2024-12-06T02:23:01.157Z","updated_at":"2024-12-06T02:23:01.651Z","avatar_url":"https://github.com/ukjin1192.png","language":"JavaScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"## A Korean Voter Advice Application\n\n\n## Stack\n\n#### Back-end\n\n- \u003ca href=\"http://nginx.org/\" target=\"_blank\"\u003eNginx\u003c/a\u003e : Web server\n- \u003ca href=\"https://uwsgi-docs.readthedocs.org/en/latest/\" target=\"_blank\"\u003euWSGI\u003c/a\u003e : Connect web server and application server\n- \u003ca href=\"http://www.django-rest-framework.org/\" target=\"_blank\"\u003eDjango REST framework\u003c/a\u003e : Application server\n- \u003ca href=\"https://www.mysql.com/\" target=\"_blank\"\u003eMySQL\u003c/a\u003e :Relational DB\n- \u003ca href=\"http://www.redis.io/\" target=\"_blank\"\u003eRedis\u003c/a\u003e : In-memory DB\n- \u003ca href=\"http://www.celeryproject.org/\" target=\"_blank\"\u003eCelery\u003c/a\u003e : Async task manager\n- \u003ca href=\"http://www.fabfile.org/\" target=\"_blank\"\u003eFabric\u003c/a\u003e : Deploy tool\n\n#### Front-end\n\n- \u003ca href=\"https://www.npmjs.com/\" target=\"_blank\"\u003eNPM\u003c/a\u003e : Package management\n- \u003ca href=\"https://webpack.github.io/\" target=\"_blank\"\u003eWebpack\u003c/a\u003e : Manage static files and bundle modules\n- \u003ca href=\"http://sass-lang.com/\" target=\"_blank\"\u003eSCSS\u003c/a\u003e : Stylesheet\n- \u003ca href=\"http://getbootstrap.com/\" target=\"_blank\"\u003eBootstrap\u003c/a\u003e : Framework made by twitter\n- \u003ca href=\"https://github.com/alvarotrigo/fullPage.js\" target=\"_blank\"\u003efullPage.js\u003c/a\u003e : Fullscreen scrolling plug-in\n- \u003ca href=\"https://plot.ly/\" target=\"_blank\"\u003eplot.ly\u003c/a\u003e : Visualize data\n- \u003ca href=\"https://github.com/andreruffert/rangeslider.js\" target=\"_blank\"\u003erangeslider.js\u003c/a\u003e : Range slider\n\n#### Django framework libraries\n\n- \u003ca href=\"https://github.com/mbi/django-simple-captcha\" target=\"_blank\"\u003edjango-simple-captcha\u003c/a\u003e : Human validation\n- \u003ca href=\"https://github.com/celery/django-celery\" target=\"_blank\"\u003edjango-celery\u003c/a\u003e : Connect celery with django framework\n- \u003ca href=\"https://github.com/niwinz/django-redis\" target=\"_blank\"\u003edjango-redis\u003c/a\u003e : Connect redis with django framework\n- \u003ca href=\"https://github.com/django-silk/silk\" target=\"_blank\"\u003edjango-silk\u003c/a\u003e : Query inspection and debugging tool\n- \u003ca href=\"https://github.com/darklow/django-suit\" target=\"_blank\"\u003edjango-suit\u003c/a\u003e : Custom admin interface\n- \u003ca href=\"https://github.com/GetBlimp/django-rest-framework-jwt\" target=\"_blank\"\u003edjango-rest-framework-jwt\u003c/a\u003e : JSON Web Token authentication for django REST framework\n\n#### Deployment : \u003ca href=\"https://aws.amazon.com/\" target=\"_blank\"\u003eAmazon Web Services\u003c/a\u003e\n\n- EC2 (OS: ubuntu 14.04 LTS)\n\t- Elastic Load Balancer (Load balancing)\n\t- Auto Scailing Group (Scaling)\n- Route 53 (DNS)\n- RDS (MySQL)\n- ElastiCache (Redis)\n- S3 (Storage)\n- CloudFront (CDN)\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fukjin1192%2Fvoter-advice-application","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fukjin1192%2Fvoter-advice-application","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fukjin1192%2Fvoter-advice-application/lists"}