Library Management in Flask

A local library is in dire need of a web application to ease their work. The library management system must allow a librarian to track books and their quantity, books issued to members, book fees.

For the sake of simplicity, you don't have to implement sessions and roles, you can assume that the app will be used by the librarian only.

The Project is hosted at: https://hidden-bastion-15480.herokuapp.com/

Screenshots of the project

  1. Dashboard Screenshot 1
  2. Books Store Page Screenshot 2
  3. Manage Books Page Screenshot 3
  4. Add Books Page Screenshot 4
  5. Issue Book Page Screenshot 5
  6. Return Book Page Screenshot 6
  7. Customer Management Page Screenshot 7
  8. Customer Pay Dues Page Screenshot 8
  9. Add Customer Page Screenshot 9