Creating a Simple REST API with ExpressJS and Postman
Introduction
A REST API (Representational State Transfer Application Programming Interface) is a type of web API, that uses HTTP protocol (Hypertext Transfer Protocol) to enable communication between a client and a server.
In this tutorial, we will c...
rajablog.hashnode.dev8 min read