Blockchain Certificate Generator is a web application that allows users to create and verify certificates on the Ethereum blockchain.
git clone https://github.com/SainathPoojary/blockchain-certificate-generator.gitcd blockchain-certificate-generatornpm installnpm run contractNote: Make sure you have Ganache running on port 7545
touch server/.envMONGODB_URL=<YOUR_MONGODB_URL>
PORT=<YOUR_PORT>
SECRET_KEY=<YOUR_SECRET_KEY>npm run devYou can find the preview video here
