thecodexhub / books-directory

Books Directory app made with Dart Frog.

Home Page:https://medium.com/@thecodexhubofficial/dart-frog-fast-minimalistic-backend-framework-for-dart-fcfca966c976

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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

About

Books Directory app made with Dart Frog.

https://medium.com/@thecodexhubofficial/dart-frog-fast-minimalistic-backend-framework-for-dart-fcfca966c976

License:MIT License


Languages

Language:Dart 100.0%