A blockchain based technology used to ensure secure voting process.Built for a 12 hour hackathon conducted at NIE,Mysore
This project used flask as a server which is connected to a blockchain python script and the votes casted are stored in a JSON file with the format of a block in a blockchain.
After installing the requirements from the requirements.txt file ,run
python app.py
which starts the server in 127.0.0.1:8000. The login id and password is 1234,1234 respectively.
Python3.x Flask HTML CSS Bootstrap JS
Vishruth M