This repository contains the files regarding WireMock workshop.
In the WireMock folder you will find WireMock examples on how to run it and how to configure stubs (static/dynamic). Additionally, it will contain the stubs for running MovieApp locally.
Then on the MovieApp there is a SpringBoot example application about movies which uses TheMovieDataBase (TMDB) API. This app is used to exemplify the usage of WireMock and how you can quickly setup stubs having already some code/tests using real systems.