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