Skip to content

Latest commit

 

History

History
13 lines (9 loc) · 722 Bytes

README.md

File metadata and controls

13 lines (9 loc) · 722 Bytes

Library Management system

A menu-driven program where Users can log in, sign up, view profile, search for books based on genre, title or author name and borrow books. We have managed a database containing a diverse collection of about 100 books spanning across 30 genres.

Files Used:

  • signup_details.txt : username, password and email of the users that sign up
  • book_data_old.txt : a list of books with the book code, title, author name, status and published date
  • book_data.txt : the list of books seperated out w.r.t the genres of each book
  • genres.txt : a list of genres with the genre code
  • borrowed_history : a record of the books borrowed by users, borrow date and return date

May 2022 - June 2022