Giter Club home page Giter Club logo

library-management's Introduction

Library Management System

In this app there are multiple libraries. In each library there are multiple librarians and books. So basically a member can borrow a book from the library only if he is a member.

###Functionalities and assumptions:

  1. Book is issued by the librarian and then has to be returned within a due date of 7 days.
  2. If at all he doesn't return the book on or before the due date he is going to pay the fine as assigned by the library standards.
  3. I have implemented the concept of #####post_save so that as soon the book is returned and the book is shown available for the upcoming booking members.
  4. A member can borrow only limited books from the library.

To run this in your system:

Clone this repo in your system:

git clone https://github.com/saurabhnk-94/Library-Management-.git

Get inside the repo, type this is terminal:

cd Library-Management

Create a virtual environment inside the repo:

python3 -m venv .venv

After that activate the virtual environment by typing:

source .venv/bin/activate

Next step is to install all the dependencies into your virtual environment:

pip3 install 
Django==3.0.1
django-jsonfield==1.4.0

Next get into the project directory by typing:

cd lms

Type 3 commands in order before for the project to run:

python3 manage.py makemigrations
python3 manage.py migrate

Now to access the admin page before running the server create a superuser:

python3 manage.py createsuperuser
fill the details :
username: <ur choice>
email: <optional>
password: <password>
confirm password: <confirm the password>

After filling all these to run the project:

python3 manage.py runserver

This is just the admin page functionality project.

I hope this project was bit beneficial for you references.

library-management's People

Contributors

saurabhnk-94 avatar

Watchers

James Cloos 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.