Please create a simple "Hello World" API. Meaning:
-
It should be a RESTful JSON API that listens on a port of your choice.
-
When someone posts anything to the route /hello, you should return a welcome message, in JSON format.
NOTE: I interpreted the word "posts" in 2. as that it should only respond to post requests.