Reference sample of certificate registry using Sunbird RC
Prerequesite:
git clone https://github.com/dileepbapat/ref-sunbirdrc-certificate.git
docker-compose pull
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
Prerequesite:
Run blow command in the following folder path : sunbird-rc-ui/src/assets/config
ln -s (path-of-your-UI-config files folder) |
---|
Eg : ln -s demo-education-registry/ui-config
Add your config.json and home.html file on below mentioned path sunbird-rc-ui/src/assets/config
Run npm intsall
or yarn
command in root folder (sunbird-rc-ui)
Go to root folder means sunbird-rc-ui folder Run - npm start
Once project run completely then you will get http://localhost:4200 url to open an angular application in the browser.
Copy that url( http://localhost:4200) and paste in your browser.