Simple demo application showing how legacy system can be re written using strangler pattern.
old_pattern folder contains legacy system and revised_pattern contains same system but using strangler pattern.
You will need the following things properly installed on your laptop/pc.
git clone <repository-url>this repository- change into the
old_patterndirectory to run legacy system docker-compose up -d- change into the
revised_patterndirectory to run strangle pattern system docker-compose up -d- to stop the docker run
docker-compose up -d
docker-compose up -d- Visit your app at http://localhost:8080.