The overall description of the project is presented here
JDK 11+
Apache Maven 3.6.3+
Docker Engine 20.10.11+
docker network create mockbank-net
docker run -d -p 8090:8090 --name mockbank-rest --network mockbank-net valvikx/mockbank-rest
The Swagger UI page will be available at http://localhost:8090/swagger-ui.html
docker run -d -p 8080:8080 --env BASE_URL=http://mockbank-rest:8090 --name mockbank-web --network mockbank-net valvikx/mockbank-web
The start page will be available at http://localhost:8080