Book Rent CLI is a terminal-based client application built in Go (Golang) that provides a convenient way to interact with the Library Book Rent API. Designed for both users this tool offers a clean, text-based interface to manage book rentals directly from the command line.
- 🔎 Browse and search books
- 📥 Rent and return books
- 👤 User registration and login
- 📜 View current rentals and history
- 💳 Initiate payments and view status
- Go (Golang)
- REST API integration with Book Rent API
- JWT for session management
# Clone the repository
git clone https://github.com/rayhanadri/book-rent-client.git
cd book-rent-client
# Build the binary
go build .