Python Django app to create polls with questions/choices
# Install dependencies
pipenv install
cd pollster
# Serve on localhost:8000
python manage.py runserver
You can find all of the commands from the project here: https://gist.github.com/bradtraversy/06538da5924882b2cf30fa6310d505b1