Voting is a django based app.Includes the following functionalites
- Parties
- Candidates
- Voting
- Styling
- Charting
- Clone the Repository
- Create the virtualenv for the project
$ pip install virtualenvwrapper
$ mkvirtualenv --python=python3.6 voting
$ workon voting
$ pip install -r requirments/development.txt
$ python manage.py makemigrations
$ ./manage.py migrate
$ ./manage.py runserver