You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This is a simple Java-based application to manage a collection of books in a library. The application provides a console interface for adding, viewing, updating, deleting and searching for books. It uses MySQL for storing book data.
Book Database API for use as practice by client-side developers. Mocks a poorly designed API with CRUD-functionality. Randomly fails ~80% of operations