Skip to content

A spring REST application for managing books, borrowers and branches for a library

Notifications You must be signed in to change notification settings

adriansangil/Library-Management-System

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Library Management System

A simple REST application for managing books, borrowers and branches for a library.

Getting Started

You will need to deploy the project on a local server to try.

Prerequisites

What things you need to install the software and how to install them

Tomcat 6, Java 8

Sample CRUD Methods

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. *

Deployment

Add additional notes about how to deploy this on a live system

Built With

  • Spring - The web framework used
  • Maven - Dependency Management
  • MySQL - databased used

Authors

  • Adrian Sangil

License

Acknowledgments

  • Hat tip to anyone who's code was used
  • Inspiration
  • etc

About

A spring REST application for managing books, borrowers and branches for a library

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages