Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/avina20/poll-app

Polling application using Django
https://github.com/avina20/poll-app

aws coverage coveralls django elasticbeanstalk python travis-ci

Last synced: 14 days ago
JSON representation

Polling application using Django

Awesome Lists containing this project

README

        

# Poll-app

[![Build Status](https://app.travis-ci.com/Avina20/Poll-app.svg?token=pVzjHqSvAuGeypphJkAN&branch=main)](https://app.travis-ci.com/github/Avina20/Poll-app)

[![Coverage Status](https://coveralls.io/repos/github/Avina20/Poll-app/badge.svg?branch=main)](https://coveralls.io/github/Avina20/Poll-app?branch-main)

Polling application using Django

It has 2 parts:

1. A public site that lets people view polls and vote in them.
2. 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

The polling site can be accessed at - [http://django-env2.eba-gmieun3p.us-east-1.elasticbeanstalk.com/polls/](http://django-env.eba-gmieun3p.us-east-1.elasticbeanstalk.com/polls/)

Admin panel - [http://django-env2.eba-gmieun3p.us-east-1.elasticbeanstalk.com/admin/](http://django-env.eba-gmieun3p.us-east-1.elasticbeanstalk.com/admin/login/?next=/admin/)