Hello
Simple app that will responds with the word “hello”. This example is here just to demonstrate how to start up a server.
You can test the sample as follows
curl localhost:8080/
It should return a response with status 200 and the body text “Hello”.