Skip to content

Latest commit

 

History

History
2 lines (2 loc) · 275 Bytes

File metadata and controls

2 lines (2 loc) · 275 Bytes

bookstore

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.