Build Status:
Code Coverage Status:
A church people API
To build: gradlew build
To run: gradlew bootRun
The following will bring up the environment with using images built on dockerhub.
- Bring up the containers with docker-compose:
sudo docker-compose up -d
- Access API in port 8081 (as configured in the docker-compose.yml)