📚 Books Serverless API
Simple serverless REST API built with Cloudflare Workers and D1 Database.
A modern serverless API for managing a book collection with full CRUD operations, search, pagination, and more — powered by Cloudflare Workers.
API Endpoints
GET /api/health
GET /api/stats
GET /api/books
POST /api/books
GET /api/books/:id
PUT /api/books/:id
DELETE /api/books/:id