Skip to content

A real-time library management website enabling effortless book borrowing, returns, and timely notifications for due dates and overdue fees. Developed a universal search feature allowing instant access to information on any author or book.

Notifications You must be signed in to change notification settings

ndb4263/Library-Management-System

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

A real-time library management website enabling effortless book borrowing, returns, and timely notifications for due dates and overdue fees. Developed a universal search feature allowing instant access to information on any author or book.

Step 1 : Install flask and virtualenv pip install flask pip install flask-mysqldb py -2 -m pip install virtualenv

Step 2 : Create a virtual environment named flask_env py -3 -m venv flask_env

Step 3 : Activate the environment python -m venv .\flask_env\Scripts\activate

Step 4 : Setup flask app setx FLASK_APP "app.py"

Step 5 : Run Flask flask run --reload --debugger

Step 6 : Open localhost website

http://127.0.0.1:5000/search

http://127.0.0.1:5000/borrow

http://127.0.0.1:5000/checkin

http://127.0.0.1:5000/fine

http://127.0.0.1:5000/insertborrower

http://127.0.0.1:5000/insertbooks

About

A real-time library management website enabling effortless book borrowing, returns, and timely notifications for due dates and overdue fees. Developed a universal search feature allowing instant access to information on any author or book.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published