Giter VIP home page Giter VIP logo

online-voting-system-using-python-and-mysql's Introduction

Online-Voting-System-using-Python-and-MySQL

INTRODUCTION

Since US elections are right around the corner and Corona virus is still spreading all across the world. Assuming that India had its elections this year during the pandemic, going to a Voting centre would be impractical. Because of India’s high population density maintaining social distancing and other precautionary measures during voting would be difficult. To overcome this issue we wanted to come up with an alternative online voting system for elections in India.

BENEFITS

The online voting system – India shall reduce the time spend making long queues at the voting centres. It shall also enable the voters to vote from any part of the globe since this is an online application available on the internet. Cases of vote miscounts shall also be solved since at the backend of this system resides a well developed database using MYSQL that can provide the correct data once it’s correctly queried. Since the voting process shall be online, the voters can vote at anytime on that day and there won’t be a need for declaring the day of the election as a holiday

ENTITY RELATIONSHIP DIAGRAM

  • ENTITY RELATIONAL (ER) MODEL is a high-level conceptual data model diagram. ER modelling helps you to analyse data requirements systematically to produce a well-designed database.
  • ERD displays the relationships of entity set stored in a database.

TABLES

  1. Election Table:
  • Type: Type of election happening. (In our case: STATE ASSEMBLY - CM)
  • Id: Id for type of election
  1. Party Table:
  • Id: Party ID
  • Name: Party Name
  • Symbol: Party Symbol
  • Leader: Party Leader
  1. Candidate Type:
  • Type: Candidate is applying for which post. (In our case: MLA-Member of Legislative Assembly)
  • Type ID: Id of post applied for
  1. Candidate Table:
  • ID: Id for each Candidate
  • Aadhaar: Candidate’s Aadhaar no.
  • Type ID: Id of post he is standing for
  • Party ID: Id of which party he belongs to
  • Election ID: Id of which type of election is he nominated in
  • District ID: Id of District in which he is standing for
  1. User Type:
  • Type: Who is voting Citizen / Candidate
  • Type ID: Id of Voter
  1. User Table:
  • It basically Contains Voter information required during login
  • Is Active: Is the registered voter Alive or Dead
  • User Type ID: Id of User Type (Citizen / Candidate)
  • Voter Id: Voter Id of every user
  • Def_Password: The system generated password that was initially given to the user, which can later be changed
  • Aadhaar: Aadhaar no. for reference from the Voter Table and connect information of both tables
  • NOTE: User table is linked with the Voter Table with the common column Aadhaar no. It basically includes the above details every person with the given Aadhaar no.
  1. Voter Table:
  • Contains Aadhaar No., First Name, Last Name, Mother’s Name, Father’s Name, Sex, Birthday, Age, District ID, Phone No.
  • It basically contains information during registration of voter
  • It is linked with the User table with Aadhaar Id
  1. Address:
  • District ID: Area-wise Id
  • Locality: Area from where he/she is voting
  • City & State: City and State of User
  • Pin code: Pin code of locality of the user
  • NOTE: This table contains information about the Permanent Address of the Voter
  1. Vote Table:
  • Vote ID: Auto-assigned Id. (Nothing to do with Citizen)
  • Voter ID: Who voted, that person’s Voter Id
  • Party ID: Whom the person voted to
  • District ID: District ID for the region the person has voted for
  • Candidate ID: The ID of candidate of the party they voted for

online-voting-system-using-python-and-mysql's People

Contributors

bharati2301 avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar  avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.