A lightweight RESTful API built with Go and the Gin Gonic framework for managing a book inventory.
- List Books: View all books in the inventory.
- Find Books: Search for a specific book by ID.
- Add Books: Register new books via JSON.
- Checkout: Atomically decrease book quantity via path parameters.
- Clone the repository:
git clone [https://github.com/Agbara286/GO-RESTful-API.git](https://github.com/Agbara286/GO-RESTful-API.git) cd GO-RESTful-API