Run for development
Run identity, credential-schema and credentials services locally for development
Last updated
Run identity, credential-schema and credentials services locally for development
Last updated
Vault
is required to run credential services. Follow this to setup the vault.
Setup the dependent services
v20.11.0
Check in docker-compose file - , export these variables with values
ie. export DATABASE_URL=postgres://postgres:postgres@db:5432/registry
Change directory to the desired services, ie. identity service
Use cmd yarn install
to install the dependencies
Use cmd yarn start
to start the service locally
Identity service -> Vault, Database
Credential Schema Service -> Database, Identity Service
Credentials Service -> Database, Identity Service, Credential Schema Service