Library System

Problem

Implement a simplified library system that supports the following functionality:

  • Initially, the librarian can import book records into the system via a CSV file.

  • Members of the library can borrow and return books.

Format of the CSV file

Other than the first line (header), each row in the CSV file has a comma-separated list of the book titles and the authors.

Get hands-on with 1200+ tech skills courses.