Back to All Projects
RESTful Backend Service

Bookshelf API

Apr 2025
Node.jsHapi.jsRESTful API
Key Features
  • Full CRUD functionality
  • Secure data handling
  • Strict RESTful standards

Objective

To build a standard-compliant REST API without using heavy frameworks like NestJS, focusing on pure architectural understanding using Hapi.js.

Key Features

The API passes all Postman integration tests for adding, reading, updating, and deleting book records with proper HTTP status codes (200, 201, 404, 500).