/books-directory

Books Directory app made with Dart Frog.

Primary LanguageDartMIT LicenseMIT

Books Directory

style: very good analysis License: MIT Powered by Dart Frog

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