- Include ScreenShots
- Upload a book, and also see it at home page with other books.
- You'll be able to edit the book if you make a mistake while registering it.
- Borrow a book to the customer and register:
• customer name.
• ---
• Book name
• ---
• 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 locally do:
I. Open Terminal then copy paste those commands:
git clone https://github.com/r-e-d-ant/Library-books-management.git
cd Library-books-management
python3 -r requirements.txt
python3 run.py
If there is no errors in terminal,
Go in your browser and type: http://localhost:5000/
// For Programmers
var error = false;
var suggestions = false;
if (error === true || suggestions === true) {
Open an Issue and let me know
}else{
:)
}
- For Users
If you face any difficulties, Confusion, Questions or some errors Email me. Thank you !
• Login page
• Register page
• Home page
• Searched book page
• Borrowing book page
• Borrowed books information page
• Returned books information page