Skip to content

Latest commit

 

History

History
6 lines (4 loc) · 509 Bytes

README.md

File metadata and controls

6 lines (4 loc) · 509 Bytes

library-system

  • The system manages books information, library visitors, borrowing, ... etc.
  • The system stores for each book the title, author, publisher, ISBN, date of publication, number of copies, current available number of copies, and category.
  • In a library, a member may borrow many books at the same time. However, he must return the books before their due date. A member has a name (last and first), ID, address (building, street and city), phone number, age, and email address.