Skip to content

DeepikaBalaga/Online-Voting-System

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Note: Contact me for database issues.

Online Voting System - MATDAAN

ASP.NET app for managing and conducting online elections in IIITA. This project was made as a DBMS project in the 2nd Semester.

alt tag

Table of contents

Installation

Prerequisites

  1. Microsoft Visual Studio 2010 or later
  2. Micosoft SQL Server
  3. SQL Configuration Manager
  4. IIS Server
  5. Web Browser

Using Microsoft Visual Studio 2015

1. Create a new Project Website in Visual Studio  
2. Fork this repo  
3. Copy all the files in this repo to website's folder  
4. Configure Database on the machine accordingly  
5. Run the website  

Technologies Used

  1. Materialize 0.97 (for css)
  2. ASP.NET framework 5
  3. HTML and C#
  4. SQL

Features

USERS

Login and Register

This app manages individual user accounts and provides facility for user to register himself to this app. It contains an admin section to manage all current elections and candidates.

alt tag

List Elections

All current elections are listed in Elections tab and their details provided. User can apply as a candidate before the beginning of the election and wait for approval. During election any eligible user can vote for selected candidates.

alt tag

Vote!

Click vote to enter the voting page for any election. Click vote in front of any candidate you would like to vote.

alt tag

Show Stats

When an Election has ended stats option becomes active. It shows the all candiadates sorted by number of votes. It also shows various statistics regarding the election.

alt tag alt tag

ADMIN

Admin Panel

Go to the admin panel by /admin.aspx. Currently there is no security for admin panel but it will be provided in the future. There are options avaliable to Add Elections, Edit Elections and Add Candidates.

alt tag

Add Elections

Admin can add Elections by providing the details of the election. Once successfully added, Election is shown in the Election's list to all users.

alt tag

Edit Elections

Admin can edit any Election once an Election is created. However Election details cannot be changed if the Election is going on at that time.

alt tag

Add Candidates

After a user applies as a candidate for a particular Election, Admin can grant permission to that candidate to appear in the election using this menu. He can make the decision based on his details which are provided.

alt tag

Candidate Details

This option is avaliable exclusively for admin to view details of any registered user. This information can be used in making the right decision to select him as a candidate or not based on the criteria that admin decides for any election.

alt tag

Contributers

  • Rajat Saxena
  • Satyam Poddar
  • Pranav Pandey
  • Abhinav Mishra

Links

Visit me: Rajat Saxena

Contact me: [email protected]

About

ASP.NET app for managing and conducting elections in IIITA.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Classic ASP 60.5%
  • CSS 25.5%
  • C# 13.7%
  • JavaScript 0.3%