Giter VIP home page Giter VIP logo

library-management-system's Introduction

Library-Management-System

Implemented an application to manage a library system that stores information about books and authors. The application is able to perform the following tasks:

  1. Add new books to the library with their title, ISBN, publication year, and the name of the author(s).
  2. Retrieve a list of all books in the library sorted by publication year in ascending order.
  3. Search for books by title, ISBN, or author name and return a list of matching books.
  4. Remove a book from the library by ISBN.
  5. Update information for a book such as its title, publication year, or author name.

The application is implemented using Java 8, with Lambda expressions and streams to manipulate the data. The application is able to handle multiple authors for a single book and multiple books for a single author.

In addition, the application can handle errors and exceptions gracefully, for example, if the ISBN for a book being added already exists in the library, it throws an exception. If a book being searched for by ISBN is not found in the library, it return a message indicating that no book was found.

The unit testing was implemented using Junit5 with 100% test coverage.

Class Diagram

image

library-management-system's People

Contributors

jeysiva-apjs avatar

Watchers

 avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.