Simple API build in Spring Boot with Maven to use the FacadePattern in an example of an app to inscribe course in a educational site.
Simple unit tests using TestNG in CourseService
Use of docker to run the API inside a container:
docker build -t facadepattern-docker .
docker run -p 8080:8080 facadepattern-docker