April 17, 2024 by CodeFlowerHorn

How to test your api endpoints using POSTMAN


Create a book
POST REQUEST
POST request using postman
Get all books
GET REQUEST
GET all request using postman
Get book by id
GET REQUEST
GET by idrequest using postman
Update a book
PUT REQUEST
PUT request using postman
Delete a book
DELETE REQUEST
DELEE request using postman