Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/ukjin1192/voter-advice-application
A Korean Voter Advice Application
https://github.com/ukjin1192/voter-advice-application
voting-application
Last synced: about 2 months ago
JSON representation
A Korean Voter Advice Application
- Host: GitHub
- URL: https://github.com/ukjin1192/voter-advice-application
- Owner: ukjin1192
- Created: 2016-01-06T16:37:25.000Z (about 9 years ago)
- Default Branch: master
- Last Pushed: 2021-09-07T23:34:24.000Z (over 3 years ago)
- Last Synced: 2023-03-01T18:20:57.416Z (almost 2 years ago)
- Topics: voting-application
- Language: JavaScript
- Homepage: http://pingkorea.com
- Size: 691 KB
- Stars: 4
- Watchers: 1
- Forks: 1
- Open Issues: 9
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
## A Korean Voter Advice Application
## Stack
#### Back-end
- Nginx : Web server
- uWSGI : Connect web server and application server
- Django REST framework : Application server
- MySQL :Relational DB
- Redis : In-memory DB
- Celery : Async task manager
- Fabric : Deploy tool#### Front-end
- NPM : Package management
- Webpack : Manage static files and bundle modules
- SCSS : Stylesheet
- Bootstrap : Framework made by twitter
- fullPage.js : Fullscreen scrolling plug-in
- plot.ly : Visualize data
- rangeslider.js : Range slider#### Django framework libraries
- django-simple-captcha : Human validation
- django-celery : Connect celery with django framework
- django-redis : Connect redis with django framework
- django-silk : Query inspection and debugging tool
- django-suit : Custom admin interface
- django-rest-framework-jwt : JSON Web Token authentication for django REST framework#### Deployment : Amazon Web Services
- EC2 (OS: ubuntu 14.04 LTS)
- Elastic Load Balancer (Load balancing)
- Auto Scailing Group (Scaling)
- Route 53 (DNS)
- RDS (MySQL)
- ElastiCache (Redis)
- S3 (Storage)
- CloudFront (CDN)