Django Books API

Welcome to your robust, hybrid-database Django Library Catalog API system. Access database endpoints below.

/book/ GET / POST

Book Directory

List all books with custom filters (e.g. by author) or create new book entries.

Explore Endpoint →
/author/book_count/ GET

Author Aggregations

Retrieve book counts grouped by author to analyze library catalog distribution.

Explore Endpoint →
/admin/ Manage

Django Admin Portal

Access Django's built-in administration panel to manage books, authors, and users.

Open Admin →
/error/ GET

Trigger Error

Simulate an application crash to test Django error handling and logging middleware.

Trigger Error →