diff --git a/README.md b/README.md index efde00c..d44f010 100644 --- a/README.md +++ b/README.md @@ -3,6 +3,10 @@ [![Build Gradle](https://github.com/rbaul/microservice-visualization/actions/workflows/gradle.yml/badge.svg?branch=main)](https://github.com/rbaul/microservice-visualization/actions/workflows/gradle.yml) [![Docker Image Publish](https://github.com/rbaul/microservice-visualization/actions/workflows/docker-image.yaml/badge.svg?branch=main)](https://github.com/rbaul/microservice-visualization/actions/workflows/docker-image.yaml) +## Live +> * [Live demo](https://microservice-visualization.glitch.me/) +> * [Demo project](https://github.com/rbaul/microservice-visualization-demo-project) + All Spring Boot (Java) applications has dependencies to other applications, that mean has some library of DTO (Data transfer Object) that common use in all applications that communicate with specific application. This way we can create microservice topology. #### Example > * Application: customer