A Node.js app using Express 4.
Make sure you have Node.js installed.
git clone https://github.com/rahulworld/digital-certificate-dapp.git
cd digital-certificate-dapp
npm install
npm start
Your app should now be running on localhost:3000.
In future, planning to create certificate with blockchain using biometric of students.
Bug reports and pull requests are welcome on GitHub at https://github.com/rahulworld/digital-certificate-dapp. This project is intended to be a safe, welcoming space for collaboration, and contributors are expected to adhere to the Contributor Covenant code of conduct.
To submit a pull request -
- Fork/clone the repository.
- Develop.
- Create a new branch from the master branch.
- Open a pull request on Github describing what was fixed or added.