2byrds / reg-poc-server

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

reg-poc-server

A service to manage regulator portal requests/responses that require authentication, document submission and validation.

Architecture

Server (this service)

Provides the ability to:

  • Log in using a vLEI ECR
  • Upload signed files
  • Check the status of an upload

In two seperate terminals run:

cd src/regps; celery -A app.tasks worker -l DEBUG

and

cd src/regps; gunicorn -b 0.0.0.0:8000 app:app --reload

Requires a running Redis instance on the default port.

Webapp

The web app (UI front-end) uses Signify/KERIA for selecting identifiers and credentials: See: reg-poc-webapp

Verifier

The verifier uses keripy for verifying the requets: See: reg-poc-verifier

Additional service

  • KERI Witness Network
  • vLEI server
  • KERI Agent

The deployment architecture is demonstrated in reg-poc

REST API

You can run a test query using Swagger by going to:

http://127.0.0.1:8000/api/doc#

About

License:Apache License 2.0


Languages

Language:Python 98.5%Language:Dockerfile 1.1%Language:Shell 0.5%