DEV Community

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

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.