You are on page 1of 2

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 (Using voting.mdf file checked in)

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.

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.

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

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.
 

You might also like