/NMC_HW1

Homework Assignment #1 For Node Master Class

Primary LanguageJavaScript

NMC_HW1

Homework Assignment #1 For Node Master Class

The Assignment:

Please create a simple "Hello World" API. Meaning:

  1. It should be a RESTful JSON API that listens on a port of your choice.

  2. When someone posts anything to the route /hello, you should return a welcome message, in JSON format. This message can be anything you want.