Use npm to install dependencies
npm install [dependencies]
Run apps in development mode
npm start
You can open http://localhost:3000 to view in browswer
Once you insert your firstname and lastname and hit the submit button, it will prompt you to https://localhost:3000/name which the page will show your firstname and lastname.
You can open http://localhost:3000/json to view json message.
You can open http://localhost:3000/now to view current time.
You can open http://localhost:3000/[word]/echo to view word you had inserted.
You can open http://localhost:3000/name?first=[firstname]&last=[lastname] to view your firstname and lastname.