mkruijt / hyf-homework-nodejs-3

Home Page:https://lab.github.com/M3kH/create-rest-server-with-nodejs-and-express

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

REST Express Homework

With this homework we would learn how to create a REST server.

We would create a simple counter to understand the details of persistent data.

Steps

  • Create a Server that would answer to "/" with "Hello World"
  • Create an endpoint that would answer to GET to /counters with the list of counters



HackYourFuture
Homework for HackYourFuture Students