Skip to content

Latest commit

 

History

History
13 lines (10 loc) · 681 Bytes

File metadata and controls

13 lines (10 loc) · 681 Bytes

votingSys

An online voting system

Online Voting system is a software platform used to securely conduct votes and elections. It is a digital platform, which eliminates the need to cast your votes using paper or having to gather in person.

The main idea behind this project was to develop a secure voting platform which gives ease to the voters.

  • It can not only save time of the voters but also provides security.
  • It eliminates the use of manual vote counting and avoid result-distorting mistakes such as loss of voting documents and miscounted votes.

To run the project

  • clone the repository
  • pip install -r requirements.txt
  • python manage.py