Skip to content

ManjunathBhagwat12/ref-sunbirdrc-certificate

 
 

Repository files navigation

ref-sunbirdrc-certificate

Reference sample of certificate registry using Sunbird RC

Run your own certificate registry in 5 minutes

Prerequesite:

  • docker
  • docker-compose
  • git (or download the zip)
  1. run git clone https://github.com/dileepbapat/ref-sunbirdrc-certificate.git
  2. cd ref-sunbirdrc-certificate
  3. run docker-compose pull
  4. run docker-compose up -d --force-recreate

API sample is available in jupyter notebook, needs additional dependency of python and jupyter. check certificate-api.ipynb

Troubleshooting

run docker-compose logs -f registry and check logs

Running ipython notebook.

Install dependencies and activating environment.

python3 -m venv venv
source venv/bin/activate
pip install jupyter
jupyter notebook

Select the notebook certificate-api and execute the APIs.

About

Reference sample of certificate registry using Sunbird RC

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Jupyter Notebook 49.6%
  • JavaScript 25.3%
  • HTML 20.2%
  • CSS 3.9%
  • Shell 0.7%
  • Dockerfile 0.3%