Installation
Once all the registry components have been successfully started, the below steps can be followed.

GitHub - Sunbird-RC/demo-education-registry
GitHub
Clone the above repo using https or ssh
Copy all the schemas present in
demo-education-registry/schemas
directory to the directory where the registry CLI <registry-cli-directory>/config/schemas
is installed. If any exisiting schemas are present in that directory, you can remove it or move it to a different directory.
Make sure all the schema files are present in
<registry-cli-directory>/config/schemas
directory. BaseAttestationField.json
Common.json
Institute.json
Student.json
Teacher.json
docker-compose up -d --force-recreate --no-deps registry
Check the status of all the services after the restart
registry status
The postman collection is available
Jupyter Notebook
Last modified 5mo ago