To build a standard-compliant REST API without using heavy frameworks like NestJS, focusing on pure architectural understanding using Hapi.js.
The API passes all Postman integration tests for adding, reading, updating, and deleting book records with proper HTTP status codes (200, 201, 404, 500).