A Java-based RESTful API for a simple bookstore system. Built with JAX-RS (Jersey), it supports managing books, authors, customers, carts, and orders. Uses in-memory storage with Java collections. Lightweight, easy to run, and ideal for learning REST API design.