DEV Community

Discussion on: Creating a RESTful API with Node, Express.js, HarperDB, and Docker, and testing it with Hoppscotch

Collapse
 
sumeetbandary profile image
Sumeet

You didn't mention or introduced for what thing API is build and directly jumped into the implementation part.

Collapse
 
pramit_marattha profile image
Pramit Marattha

This is a very simple student CRUD REST API that allows to retrieve all or only one of the student information, create and add student info, delete entire student info, and ultimately edit student information.