Giter VIP home page Giter VIP logo

nirob-barman / library-management-system Goto Github PK

View Code? Open in Web Editor NEW
0.0 1.0 0.0 352 KB

Django-based library management system with user accounts, book borrowing functionality, and transaction tracking. Users can register, log in, borrow and return books, view their transaction history, and update their profile information. The system also includes email notifications for deposit transactions and book borrowing/returning events.

Home Page: https://library-management-system-lpaq.onrender.com/

Python 52.59% HTML 47.41%
django library-management-system web-development email-notification html-template mail-transfer-protocol transactions user-authentication user-profile

library-management-system's Introduction

Library Management System

This Django-based library management system allows users to register, log in, borrow and return books, view their transaction history, and update their profile information.

Features

  • User Registration and Authentication
  • Book Borrowing and Returning
  • Transaction Tracking
  • User Profile Management
  • Email Notifications for Transactions and Book Events

Technologies Used

  • Django
  • Python
  • HTML/CSS
  • Bootstrap
  • SQLite (or your preferred database)

Setup

  1. Clone the repository:

    git clone https://github.com/Nirob-Barman/library-management-system.git
  2. Create a virtual environment and install dependencies:

    cd library-management-system
    python -m venv venv
    source venv/bin/activate  # On Windows, use `venv\Scripts\activate`
    pip install -r requirements.txt
  3. Apply database migrations:

    python manage.py migrate
  4. Create a superuser account for admin access:

    python manage.py createsuperuser
  5. Run the development server:

    python manage.py runserver
  6. Visit http://localhost:8000/admin/ to log in with the superuser account.

Usage

  1. Access the application at http://localhost:8000/.
  2. Register a new user account or log in.
  3. Borrow and return books, view transaction history, and update your profile.

Email Configuration

Ensure that your email settings are configured in the settings.py file for email notifications to work.

# settings.py

EMAIL_BACKEND = 'django.core.mail.backends.smtp.EmailBackend'
EMAIL_HOST = 'your-smtp-server.com'
EMAIL_PORT = 587
EMAIL_USE_TLS = True
EMAIL_HOST_USER = '[email protected]'
EMAIL_HOST_PASSWORD = 'your-email-password'

library-management-system's People

Contributors

nirob-barman avatar

Watchers

 avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.