This is a RESTful API for managing a book catalog, allowing you to perform operations like adding new books, retrieving books, and managing author details. The API is built using Django and Django REST Framework.
- Author Management: Add and retrieve authors for books.
- Book Management: Add new books, retrieve information about existing books, and manage details.
- Image Uploads: Supports image uploads for book covers.
- Authentication: Basic authentication to secure certain API endpoints.
- Pagination: Retrieve paginated lists of books and authors for easier navigation.