/hello-site

PoC that composes a 'Hello World' message by calling 2 other services

Primary LanguageJavaScriptMIT LicenseMIT

Hello service

GitHub License: MIT

Sample application that calls other services.

For example for "Hello world!" this app would be the one providing calling 2 services to get "Hello" and "world", and it would add the "!" at the end.

Architecture diagram showing the flow: Hello service, a React app, calls Greeting service to get a greeting (eg "hello") and calls Naming service to get a name (eg "world"). Hello service then adds the answer together for the final result: "Hello World!"

Usage

Local application commands:

npm ci # to install all dependencies

npm build # to build the app

npm start # to run the app (if not already running)

Credits

Special credits go to @adaschevici for writing this. Thank you!