Skip to content

openknowledge/consumer-centric-api-design

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

10 Commits
 
 
 
 
 
 

Repository files navigation

Consumer Centric API Design

Showcase to demonstrate various aspects of consumer centric API design.

Run via Docker

Run

docker build -t customer-service customer-service/
docker run -p8080:8080 customer-service

to build and run the sample.

Run without Docker

You need Apache Maven installed to run the sample without Docker. Run

cd customer-service
mvn package meecrowave:run

Accessing the UI

After the server is running, you can access the Swagger UI at http://localhost:8080/index.html

About

Examples of consumer centric api design

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published