Triggering message to user
Create docker image
To run the image
To use docker compose locally
docker-compose up -d
To use docker compose to run pre-existing image from docker-hub
export {ENVIRONMENT_VARIABLE}={ENVIRONMENT_VALUE}
docker-compose -f docker-compose.yml -f docker-compose.{environment}.yml up -d
Example:
export IMAGE_TAG=13f9004
docker-compose -f docker-compose.yml -f docker-compose.development.yml up -d
To run
To run the tests
- Send and verify otp.
- Send notification to user on consent request.
Once ran the application, navigate to
{HOST}/swagger/index.html