Skip to content

Online voting system is a web application which is developed to conduct election process through internet. This application is made in PHP and MySQL.

Notifications You must be signed in to change notification settings

Devashrii/online-voting-system

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

22 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

online-voting-system

Online voting system is a web application which is developed to conduct election process through internet. This application is made in PHP and MySQL.

Voter Module

  1. Voter Registration
  2. Voter Authentication
  3. Voter Dashboard - Voter can see his profile info, voting + status, and list of groups
  4. Voting - Voter can choose to vote to anyone group listed in his dashboard

Group Module

  1. Group Registration
  2. Group Authentication
  3. Dashboard - Group can see its profile info, voting status, and list of groups
  4. Voting - Group can choose to vote to anyone group listed in his dashboard

Tech Stack

  1. Front-End - HTML & CSS
  2. Back-End - PHP
  3. Database - MySQL

Usage

Start the app

  1. Download the project file and unzip it on desktop
  2. Open the file and copy Project folder and paste it into xampp/htdocs/
  3. Open XAMPP Control Panel, and Start Apache and MySQL
  4. Make sure that Apache and MySQL is started properly

Import DataBase

  1. Download the project file and unzip it on desktop
  2. Open XAMPP Control Panel, and Start Apache and MySQL
  3. Click on Admin button on right side of MySQL
  4. Create new database with name online-voting-system
  5. Import online-voting-system.sql from Project/db_file/

About

Online voting system is a web application which is developed to conduct election process through internet. This application is made in PHP and MySQL.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published