This is a sample application with 3 microservices:
- WEB: A web frontend written in Node.js,
- APP: A backend service written in Python,
- BILL: A backend service written in Java.
WEB is talking to APP, APP is talking to BILL.
We deploy this application using Berlioz to local computer, and to the cloud as well.
Run this example, right here, right now inside Katacoda interactive terminal: https://www.katacoda.com/berlioz/scenarios/first-local-app
