Books Directory
Books Directory app made with Dart Frog.
Routes
- GET /books → returns the list of books stored
- POST /books → creates and stores a new book record
- GET /books/[id] → returns the book with the specified id
- PUT /books/[id] → updates the book with the specified id
- DELETE /books/[id] → deletes the book with the specified id