Skip to content
This repository was archived by the owner on Feb 2, 2022. It is now read-only.

Latest commit

 

History

History

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 

README.md

boilerplate-api-ui

This 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.

The war generated by this project is built into the docker image in boilerplate-api-container.

Usage

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>/boilerplate-api-ui

Replace <docker.ip.address> and <port> as necessary.