microservices-patterns / ftgo-application

Example code for the book Microservice patterns
Other
3.41k stars 1.32k forks source link

FTGO web apps - present in the code or not? #47

Open asn25 opened 4 years ago

asn25 commented 4 years ago

Hello,

here is a citation from Chapter 8 page 258:

"For example, all of the FTGO application web applications— Consumer, Restaurant, and Admin—contain JavaScript that invokes the backend services. The Consumer web application, for instance, dynamically refreshes the Order Details page using JavaScript that invokes the service APIs."

Are these web apps present in FTGO-app-code? I can see only web-packages in services that provide REST endpoints (REST inbound adapters) for services, as I understand.

Thanks, Andrew