🟢 Server Health
Checking…
GET /api/health
📚 All Books
| ID | Title | Author | Genre | Year | Price | Stock | Actions |
|---|---|---|---|---|---|---|---|
| Loading books… | |||||||
🚀 API Explorer
GET
/api/books
Get all books (supports ?genre= and ?inStock= filters)
▼
Response
GET
/api/books/:id
Get a single book by MongoDB ID
▼
Response
POST
/api/books
Create a new book
▼
Response
PUT
/api/books/:id
Update an existing book (any fields)
▼
Response
DELETE
/api/books/:id
Delete a book by MongoDB ID
▼
Response