Designed and developed a Library Management System using Django's robust CRUD functionality, enabling seamless management of book allocations. The system provides an intuitive interface for adding, viewing, updating, and deleting book records, streamlining inventory tracking and simplifying library operations. With a focus on efficiency and ease of use, this application supports libraries in maintaining accurate, up-to-date records and enhances resource management.
- Book Inventory Management: Easily add, view, edit, and delete book records with Djangoโs CRUD capabilities.
- User Authentication & Authorization: Secure login and role-based access to manage who can view or modify library data.
- Responsive Design: Accessible across devices with a mobile-friendly, adaptive interfac
- Advanced Search & Filter: Quickly search for books by title, author, genre, or availability status.
Install Django and python latest versions
python -m venv venv
source venv\Scripts\activate
pip install -r requirements.txt
django-admin startproject projectname
python manage.py startapp appname
python manage.py runserver 1. python manage.py runserver
2. Select from any of the four operations read , write , update,delete any book .
3. By simply clicking it renders you to the selected page.Hoping Mind for providing the Mentorship and Opportunity for this project
www.linkedin.com/in/monali-verma-6b6b1028a
This project is licensed under the MIT License