Instructions to run:
- In your terminal run:
pip install -r requirements.txt
- Open the Decentralized_voting_Project folder in your terminal and change the directory to the one containing app.py
- Then run
app_setup.py
to create user and candidate profiles.
python app_setup.py
- Then run the flask backend by the following command:
flask run
- Then run the flask blockchain app by the following command:
python app_blockchain.py