Building up some Microservices, Breaking up the Monolith #5 – Splitting out the Services
Getting to the meat on the bones now. So what have we got so far? A Monolith WebApp that contains service endpoints within it to do maths on two input numbers from a user. A DockerFile we can use to Dockerise that App and store the Docker Image in a local library A set of… Read More »