This Swagger UI project builds a documentation web application for the CAF Audit Management Web Service. It allows users to see what operations the web service exposes as well as documentation relating to those operations and the web service in general.
To get started, deploy the web service docker container. The web service UI can then be accessed at the following URL:
http://<docker.ip.address>:<port>/caf-audit-management-ui
Replace <docker.ip.address>
and <port>
as necessary.