Next.js Client + Express Backend

Frontend: :3000Backend: :4000
GET/api/books

1. Fetch All

GET?query=...

2. Search

POST/api/books

3. Create (Triggers CORS)

Books List

List is empty.
Use "Fetch All" to load data.

Selected Resource

Select a book from the middle column to view details and edit options.