Rest API
Rest API is an application program interface, that uses GET, POST, PUT, DELETE data. It is referred to as a REPRESENTATIONAL STATE TRANSFER (RESTful) web service.
Creating the API
Creating Rest API in Node Js firstly needs to make a directory(mkdir restfulapi) to Read more…