Polling website for nerds
[![PYTHON Version][python-image]][python-url] [![Build Status][travis-image]][travis-url] [![Downloads Stats][npm-downloads]][npm-url]
Lets individuals create polls and see results.
Clone this repository with
git clone https://github.com/Nilesh-Das/
Change directory to project
cd PollHub
Create virtual environment with any python packaging tool
pipenv shell
This should detect pipfile and automatically install project dependencies in the virtual environment.
Then change directory to the app
cd pollhub
Start django development server
python manage.py runserver
Start developing :)
Inspired from tutorial of official Django docs - Django Official Tutorial