husyn / hello-site

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

Home Page:https://gallery.ecr.aws/poc-hello-world/hello-service

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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!

About

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

https://gallery.ecr.aws/poc-hello-world/hello-service

License:MIT License


Languages

Language:JavaScript 46.5%Language:CSS 34.8%Language:HTML 13.4%Language:Shell 5.3%