A simple backend for a library WebAPI using DjangoRestFramework
-
using
GET
to retrieve books of a genre, all the copies, available/on-loan copies -
using
POST
to add a genre, book, copy -
using
PATCH
to borrow/return a copy
Postman was used for testing purposes