The Application is REST API only
- POST /client - create a client
- PATCH /client/{id} - update a client
- POST /credits/{credit_id}/scoring/{client_id} - check if a client is allowed to apply credit
- POST /credits/{credit_id}/issuance/{client_id} - issue credit to a client
To build container and run tests
docker-compose up --build