Showcase to demonstrate various aspects of consumer centric API design.
Run
docker build -t customer-service customer-service/
docker run -p8080:8080 customer-service
to build and run the sample.
You need Apache Maven installed to run the sample without Docker. Run
cd customer-service
mvn package meecrowave:run
After the server is running, you can access the Swagger UI at http://localhost:8080/index.html