You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Develop CRUD routes and models for books:
POST /books (Add new book)
GET /books (Fetch all books)
GET /books/:id (Get book by ID)
PUT /books/:id (Update book details)
DELETE /books/:id (Remove book)