Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/tidbitsjs/hyf-homework-nodejs-3


https://github.com/tidbitsjs/hyf-homework-nodejs-3

Last synced: 2 days ago
JSON representation

Awesome Lists containing this project

README

        

## 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 `/users` with the list of users
- Create an endpoint to `GET` to `/user/:id`
- Create an endpoint to `POST` to `/user/:id`
- Create an endpoint to `DELETE` to `/user/:id`








HackYourFuture


Homework for HackYourFuture Students