Reference sample of certificate registry using Sunbird RC
Prerequesite:
- docker
- docker-compose
- git (or download the zip)
- run
git clone https://github.com/dileepbapat/ref-sunbirdrc-certificate.git
- cd ref-sunbirdrc-certificate
- run
docker-compose pull
- 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
run docker-compose logs -f registry
and check logs
python3 -m venv venv
source venv/bin/activate
pip install jupyter
jupyter notebook
Select the notebook certificate-api
and execute the APIs.