Skip to content

CPerry26/library-system

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Library System

This project implements an LLD style library system. It allows for the following functions:

  • Joining the library
  • Leaving the library
  • Donating books
  • Borrowing books
  • Returning books
  • Getting the most active members
  • Browsing the catalog
  • Getting the checked out books
  • Getting a specific member's checked out books

It is written with Java 17 and uses Maven. All of the tests are passing and runnable using JUnit.

About

An LLD style implementation of a library system.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages