A simple REST application for managing books, borrowers and branches for a library.
You will need to deploy the project on a local server to try.
What things you need to install the software and how to install them
Tomcat 6, Java 8
Retrieves a list of books from the database
Adds a new book to the database using json/xml
Deletes a book with the corresponding {bookId} from the database
Updates a book with the corresponding {bookId} with new information passed into the body
- For the list of all APIs please see code under Controller Folder. *
Add additional notes about how to deploy this on a live system
- Adrian Sangil
- Hat tip to anyone who's code was used
- Inspiration
- etc