Library books management web application built with Flask

library books management Web application

Library books management web application built with Flask

  • Upload a book to the database, and also see it at home page.
  • You’ll be able to edit the book if you make a mistake while registering it.
  • Borrow a book to the customer and register the borrowed date.
  • You’ll be able to see the borrowed books information.
  • You’ll be able to edit the borrowed books information.
  • You’ll be able to see the returned books information

If you don’t know how to run it, do:

$ cd library-books-management

$ python3 run.py

If there is no errors in terminal,

Go in your browser and type: http://localhost:5000/

Any suggestions ?! let me know.

Screen Shots

• Login page

• Register page

• Home

 

 

 

To finish reading, please visit source site