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.
- Create a Server that would answer to "/" with "Hello World"
- Create an endpoint that would answer to
GETto/userswith the list of users - Create an endpoint to
GETto/user/:id - Create an endpoint to
POSTto/user/:id - Create an endpoint to
DELETEto/user/:id

Homework for HackYourFuture Students