Poll

Polling app built on Django

Polling application using Django

It has 2 parts:

  • A public site that lets people view polls and vote in them.
  • An admin site that lets you add, change, and delete polls.

The admin can add, update or remove polls and choices. User can vote as many times on any polls. Users can search a poll, vote and view results on the website.

Code formatting through black and flake8

AWS Elastic Beanstalk
AWS EC2
AWS VPC
Cloud Watch
Django
Python

The website is live at : http://django-env.eba-gmieun3p.us-east-1.elasticbeanstalk.com/polls/

Admin panel : http://django-env2.eba-gmieun3p.us-east-1.elasticbeanstalk.com/admin/

Code : Github