/church-people

A church people module

Primary LanguageJava

church-people

Build Status: Build Status Code Coverage Status: codecov

A church people API

Local Dev Environment

To build: gradlew build

To run: gradlew bootRun

Docker Environment

The following will bring up the environment with using images built on dockerhub.

  1. Bring up the containers with docker-compose: sudo docker-compose up -d
  2. Access API in port 8081 (as configured in the docker-compose.yml)