This is an online bookstore management system with book inventories stored in MySQL database.
Designed an online bookstore management system with book inventories stored in MySQL database. The users of this system can easily get the details of a book by its ID. They can also search for books belonging to a particular genre. They can insert new books into the system. Also they can delete and update any existing book. The server side middleware used in this project are Apache Tomcatand REST APIs. The client side tools used are HTML5, CSS3, Javascript, Bootstrap and jQuery.