dibakarbera01 / Test-module

MIT License
0 stars 0 forks source link

backend crud api #7

Closed dibakarbera01 closed 3 months ago

dibakarbera01 commented 3 months ago

A backend CRUD API for a book site enables creating, reading, updating, and deleting book records. It handles HTTP requests: POST to add books, GET to retrieve books, PUT to update books, and DELETE to remove books from the database.