/RESTFull-API

REST API using Node JS, Express JS

Primary LanguageJavaScript

RESTFULL API using Node JS, Express JS and Raw JSON.

1

  • GET /api/users - get all users

2

  • GET /users - Generate the HTML DOC

3

  • GET /api/users/ID- get the user of given ID for suppose ID:1

4

  • POST /api/users - to create a new user

5

  • PATCH /api/users/ID- to update the user of given ID

6

  • DELETE /api/users/ID - to delete the user of given ID