Skip to content

Latest commit

 

History

History
33 lines (20 loc) · 1.31 KB

File metadata and controls

33 lines (20 loc) · 1.31 KB

Parliament Elections Project

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.

Project Setup

  1. Start Server Through python:

run python manage.py runserver in ParliamentElections/

  1. Open Browser and navigate to http://127.0.0.1:8000/adminlogin/ to open admin login page and http://127.0.0.1:8000/login/ to open voter login page.

  2. Browse through the project!

Notes:

This system consists of two types of account.

  1. Admin account who has the right to create an election session, verify candidates, clear the ambiguity in the results, and end elections.
  2. 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.