Skip to content

project-graveyard/voting-system

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

35 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Voting System

Developing a robust and user-friendly voting system platform.

Features (Work in progress)

Core

  • Voter authentication.
  • Seamless real-time vote tracking and result visualization.
  • Candidate manifesto section.
  • Voting results archive.

Auxiliary

  • Admin dashboard.

Environmental variables

Structure of .env.json:

{
  "db": {
    "username": "your-user-name",
    "passwd": "your-password",
    "addr": "your-db-conn-address",
    "database": "the-database-to-use"
  }
}

About

A platform that allows a group of people to vote

Resources

License

Stars

Watchers

Forks

Releases

No releases published