To taxt postman
-
Read GET Request to be send by Body request Method GET (REquest localhost:3000/users
-
Create POST Request to be send by Body request Method POST (REquest localhost:3000/users/insert
-
Update PUT Request to be send by Body request Method PUT (REquest http://localhost:3000/users/update/:id Body> x-www-form-urlecoded> data
-
Delete Delete Request to be send by Body request Method Delete (REquest http://localhost:3000/users/delete/:id