Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/avina20/poll-app
- Owner: Avina20
- Created: 2024-09-30T18:13:12.000Z (3 months ago)
- Default Branch: main
- Last Pushed: 2024-10-19T18:59:38.000Z (2 months ago)
- Last Synced: 2024-10-23T11:51:44.208Z (2 months ago)
- Topics: aws, coverage, coveralls, django, elasticbeanstalk, python, travis-ci
- Language: JavaScript
- Homepage:
- Size: 399 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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/)