This is a simple Dapp(Ethereum) for storing logs of vaccinations.
Clone the project
git clone https://github.com/Justinjdaniel/Vacci-Log.gitGo to the project directory
cd vacci-LogInstall dependencies
npm installCompile and Deploy the contract
truffle compile && truffle migrateStart the project
npm run startGo to localhost
http://localhost:3000/VacciLog.Demo.mp4
Download the Documentation PDF from here.

