This is an api for release date adjustments data.
This will run the service locally. It starts the database and auth using docker compose then runs manage-offences-api via a bash script. Run the following commands from the root directory of the project:
docker-compose -f docker-compose-test.yml pull
docker-compose -f docker-compose-test.yml up --no-start
docker-compose -f docker-compose-test.yml start hmpps-auth adjustments-db
./run-local.sh