Skip to content

Latest commit

 

History

History
22 lines (17 loc) · 675 Bytes

README.md

File metadata and controls

22 lines (17 loc) · 675 Bytes

Poll-Site

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.

Features Included

  • One poll, one vote by one user
  • Users can view results
  • Pollster can edit and end poll
  • Pollster can view the users that voted

Installation

1. Clone Repository & Install Packages

2. Migrate & Start Server

  • python manage.py makemigrations
  • python manage.py migrate
  • python manage.py runserver

Where to find Me

Visit My Website