A simple api for managing books made with Deno.
- Getting all books: http://localhost:8000/book (Get)
- Getting book by id: http://localhost:8000/book/:id (Get)
- Saving a book: http://localhost:8000/book (Post)
A simple api for managing books made with Deno.