BlockVote is a blockchain based election system which lets voters elect candidate in an election.
Make Sure that you've Truffle and Ganache installed
- Clone the repo:
git clone https://github.com/dhananjay1906/E-Voting-Using-Blockchain
- Navigate to the folder:
cd BlockVote
- Install dependencies:
npm install
- Run server:
npm run dev