How To Build REST Api using Express(Node.js).......?PART-2
Hello World,
We had covered GET and POST method in previous part now we are going to see the PUT and DELETE method.
3.PUT-Method is used for updating the content or modified the content.
const express=require("express")
const app=express()
let my_d...
rupesh.hashnode.dev3 min read