Micro-service responsible to store the association between sender code and api key.
To locally deploy the file register you need to run the following command:
docker-compose up -d --build
You need to have Docker installed and running.
Once the 2 containers are running, you can run the following command to carry out the integration tests.
newman run postman/sender_auth_component_test.postman_collection.json
You need to have newman installed.
The environment is inside the collection.
It is fully customizable both inside the JSON or after importing it in Postman.