library books management Web application

Library books management web application built with Flask

features in v1.0

  • 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

129280168-215c1fd0-9226-4d95-b629-c62c91424adc

• Register page

129280209-999ad670-e5b9-4c97-8309-6e42fe69f123

• Home page

129280306-b47ff71d-a6fc-4cb9-b81c-67dbfa9e2711

• Searched book page
129280325-915bab1c-99c4-4e5f-b9fa-2fce95ccc3f2

• Borrowing book page

129280449-b69cfcee-903d-460b-b69e-cc17accbe9b3

• Borrowed books information page

129280464-0d1a4843-cea3-4faa-bda3-f72adf61fc48

• Returned books information page

129280482-8abe3253-a189-46e7-8572-398812f90e8f

GitHub

https://github.com/r-e-d-ant/Library-books-management