Distributed Ledger platform for issuing verified certifications ,LOR's very handy for recruitment/admission purposes.
- Clone the repositiory :
git clone https://github.com/gittcoder/ResumeVerificationUsingBlockchain
-
Setup Local Blockchain :
-
Run the following command to start a local blockchain
cd backendnpm run ganache -
Initialize Smart contract (In a new terminal)
cd backendnpm run contract-deploy
-
-
Setup Backend / API
-
Start express API
cd backendnpm start
-