It is polling web application made with flask.
1 Sign in with google
2 Create a poll. After creating a poll you will get a poll id, which you can give to others to vote.
3 View list of voters who have voted
4 View Poll created by you
5 Give vote
6 Delete a poll created by you
7 Log out
1 Live update of vote without refresh. To acomplish this it uses web sockets.
2. No one can see option selected by voter. You can only see list of voters.
3. Live Result
Try by giving vote to sample poll created by me Click me!! Poll Id = 251305 or Try the link in release
If you want to run this app localy :
1. Clone this repo.
2. pip3 install -r requirements.txt
3. python3 app.py