Skip to content

Latest commit

 

History

History
11 lines (11 loc) · 492 Bytes

File metadata and controls

11 lines (11 loc) · 492 Bytes

Self-made-RESTful-API

Create RESTful API that can get, put, patch, and delete articles from a server.


The API was tested locally on port 3000.
Step1: The API code was run from command line.

Display

Step2: We stored 4 articles in the MongoDB database.

Display

The functionalizties of the API was tested with PostMan for getting, putting, patching, and deleting articles.

Display