This repo contains a simple "Hello World" API written in NodeJS. It is a RESTful JSON API that listens on a port 3000. Any request to the route /hello, will return a welcome message, in JSON format.
Requirements: installed NodeJS
To run the app please wtire in console: node index.js
App do not contains any dependencies from npm, it utilizes pure NodeJS functionality.