A site that allows the public to view available polls but allows only authenticated users to vote and add polls. Only one vote in a poll can be selected by a user.
- One poll, one vote by one user
- Users can view results
- Pollster can edit and end poll
- Pollster can view the users that voted
- git clone https://github.com/PeterOlayemi/Poll-Site.git
- pip install -r requirements.txt
- python manage.py makemigrations
- python manage.py migrate
- python manage.py runserver