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.
You can use the hosted version at eGlasovanje.si that's free for smaller organizations.
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
We've published a number of articles explaning all the aspects of the model and system on the eGlasovanje.si website
If you have any feedback or need support, please reach out to us at [email protected]