Skip to content

Latest commit

ย 

History

2 Commits

Folders and files

NameName
Last commit message
Last commit date
ย 
ย 
ย 
ย 

Repository files navigation

Library Management

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.

Features

  • 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.

Installation

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 

Usage

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.

Acknowledgements

Hoping Mind for providing the Mentorship and Opportunity for this project

๐Ÿ”— Links

linkedinwww.linkedin.com/in/monali-verma-6b6b1028a

License

This project is licensed under the MIT License

About

The Library Management System is a Django-based app for efficient book allocation, allowing users to create, view, update, and delete book records with ease.

Resources

Stars

0 stars

Watchers

1 watching

Forks

Releases

Packages

Contributors