What is Rest API? & Making Rest API using node.js and express.js
Application Programming Interface (API) is a way by which two web services or programs will communicate with each other.
Rest (Representational State Transfer) API is used to communicate between client and server on the web. It uses HTTP method to...
parthgabani.hashnode.dev3 min read