Skip to content

Latest commit

 

History

History
25 lines (16 loc) · 855 Bytes

File metadata and controls

25 lines (16 loc) · 855 Bytes

Express-Based Book Review Application

Documentation for this project is in progress.

Overview

This is a backend-only Express-based Book Review Application, developed as part of an IBM backend course. The project focuses on understanding and implementing essential REST API concepts, including CRUD operations, middleware, authentication, and testing.

Features

  • RESTful API for managing book reviews
  • CRUD operations for books and reviews
  • Middleware for request handling and validation
  • JWT-based authentication and authorization
  • Unit and integration testing for API endpoints

Notes

  • This project is API-based only, without a frontend.
  • Authentication and authorization are implemented using JWT-based authentication.
  • Further documentation and improvements are under development.

Stay tuned for updates! 🚀