ioanachivu / LibraryApp

One of my first rather complex application, it manages books from different domains and the readers, keeps an up-to-date list of the books that were not returned on time

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

LibraryApp

LIBRARY APP:

Develop a Java application to manage a university library with books from different domains. The application will have a graphical interface and will store the information about books and readers in a mySQL database The application must allow the following operations:

  • adding/ updating/ deleting a book
  • adding/ updating/ deleting a reader
  • searching for a book by title or author
  • searching for a reader by SSN or name
  • borrowing/ returning a book to a reader
  • displaying a list containing the unreturned books in time

About

One of my first rather complex application, it manages books from different domains and the readers, keeps an up-to-date list of the books that were not returned on time


Languages

Language:Java 100.0%