Skip to content

Institut-IP21/SiVoteEngine

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

58 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

SiVote Engine

SiVote is a internet voting that supports secret ballots and is intended for private organizations. System is comprised of at least two modules - you'll also need the SiVote Sender.

SiVote Engine contains most of functionality including ballot creation, display, voting code generation, and result collection.

Hosted version

You can use the hosted version at eGlasovanje.si that's free for smaller organizations.

Installation

You can use the included Docker compose image or deploy directly (see image for requirements).

    cp .env.example .env
    docker-compose up -d
    docker-compose exec evote_app bash
    composer install
    php artisan migrate
    yarn install
    yarn dev

Learn more

We've published a number of articles explaning all the aspects of the model and system on the eGlasovanje.si website

Feedback & Support

If you have any feedback or need support, please reach out to us at [email protected]

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published