This project is a online voting system which serves the full functionality of Parliament Elections conducted in an institute. It is Django Framework in Python and RDBMS is built in MySQL.
Open readme.pdf and Requirements.pdf for more information.
- Start Server Through python:
run python manage.py runserver
in ParliamentElections/
-
Open Browser and navigate to
http://127.0.0.1:8000/adminlogin/
to open admin login page andhttp://127.0.0.1:8000/login/
to open voter login page. -
Browse through the project!
This system consists of two types of account.
- Admin account who has the right to create an election session, verify candidates, clear the ambiguity in the results, and end elections.
- Student account who can register on the portal and register itself as a candidate, load its resume and participate in voting.
The details of the project are as follows:
-
Django version : 1.10.2
-
MySQL Server Version: 5.7.13-0ubuntu0.16.04.2
-
MySQL-python version : 1.2.5
Refer to Requirements.pdf and Readme.pdf for more details.