Skip to content

Latest commit

 

History

History
21 lines (11 loc) · 984 Bytes

README.md

File metadata and controls

21 lines (11 loc) · 984 Bytes

PA165 Library System Build Status

Building the project (using Maven)

Run mvn clean install from the project directory.

Documentation

JavaDoc is available at https://davidluptak.github.io/pa165-library-system-javadoc/.

Description / Assignment

Create an information system for a public library. The system should keep track of book collections in library departments, library members as well as individual loaned items of every member. The system should be capable of providing information about all the members and books, what a member borrowed and when, who borrowed a certain book and what condition they returned the book in. Take into account that a person can borrow multiple books in a single loan.

Use Case Diagram

Use Case Diagram

Class Diagram

Class Diagram