Final notes
In this part we reused the simulation logic of Part 3 to create a web service capable of executing simulation experiments.
We focused only on the most important steps to create a very basic web service.
Most of common tasks related to web service development (such as security settings, load balancing, data storage, logging, etc.) were intentionally left beyond the scope of this tutorial. Please consider these topics before publishing your web application.
Source code
You can find the source code of this part here: https://github.com/amalgama-llc/supply-chain-tutorial-part-4