Blockchain based E-voting Web Application
--Dependencies:
Install these prerequisites to follow along with the tutorial. See free video tutorial or a full explanation of each prerequisite.
NPM: https://nodejs.org
Truffle: https://github.com/trufflesuite/truffle
Ganache: http://truffleframework.com/ganache/
Metamask: https://metamask.io/
--How to Run:
Step 1: Open folder in CMD
Step 2: run command "npm install"
Step 3: run command "truffle migrate --reset"
Step 4: Configure and connect MetaMask to Ganache(local blockchain)
Step 5: Login to MetaMask
Step 6: run command "npm run dev"