Konnect-Agri / consent-manager

APIs to manage and verify the consent artifact for accessing farmer details.
2 stars 0 forks source link

Consent Manager 📝

Consent Manager is a part of Konnet Stack which handles the entire consent lifecycle. It is responsible for blocking data request transactions and provides authorization based on data owner's consent.

Architecture Flow

ade2-1c9a8e5fe5d3739341a810669fd8330f

Block Functions

How to get started?

This repo follows Nest.js Mono-Repo architecture. To get the application up and running just run docker-compose up -d --build at the root directory. This would create all the required containers.

Docker Images

Or

You can start each of the applications individually by running the command yarn followed by yarn start <app-name>.

For example to start authentication service you'd need to execute yarn start authentication at the root directory.