Made using Solidity, Javascript, Truffle, Ganache on Ethereum Blockchain.
Install npm, node, truffle suite, lite-server
Truffle suite : https://trufflesuite.com/docs/truffle/how-to/install
Install Metamask wallet and import testnet account from ganache using private key.
Metamask : https://metamask.io
Start Ethereum blockchain instance in Ganache and go to terminal being in root directory of election app and run the following commands:
truffle migrate --reset
npm run dev