How to effectively perform CRUD operation on an ExpressJS app using PostMan
In this article, we will build a basic web app using ExpressJS and learn how to perform CRUD (create, read, update, delete) operations.
By the end of this article, you should be able to :
Read information from a server
Post information to the serve...
efkumah.hashnode.dev17 min read