Library Management System - A Web Application to ease the work of librarians.
The library management system allows a librarian to track books and their quantity, books issued to members, book fees.
Application functionalities includes -
Librarians must be able to maintain:
- Books with stock maintained
- Members
- Transactions
The use cases included here are to:
- Perform general CRUD operations on Books and Members
- Issue a book to a member
- Issue a book return from a member
- Search for a book by name and author
- Charge a rent fee on book returns
- Make sure a member’s outstanding debt is not more than Rs.80
- The librarian able to import books into the system using the Frappe API and create book records.
Hosted Link : https://library-management-system-ck9n.onrender.com/
Clone this repo by git clone https://github.com/durgeshmeena/Library_Management_System.git
In root directry create .env
file containg
SECRET_KEY=''
MONGO_URI='mongodb+srv://'
Download required libraries by pip install -m requirements.txt
Start project using batchfile
in cmd
enter run