VOTA is started

I released my new web application. It is a web application compatible with mobile devices to vote online. Configure parties and candidates from the console and add the rules according to the electoral law of the country. All voting information is stored in a database

It works with:

  • JDK 12
  • Gradle 5.2.1
  • React JS 16.8.4

You can download it through the docker command:

docker pull vige/vota 

To run the image use the command:

docker run -d --name vota -p443:8443 

Then open https://localhost to connect

For more info you can go to the VOTA project page: https://flashboss.github.io/vota/

Enjoy!