Coder Social home page Coder Social logo

library-management-system's Introduction

Library-Management-System

Library Management System Features List

Student features:

Can register on the platform and then login using the auth token.

After authentication:- Can reserve a book. Can view his own profile. Can edit/update his/her profile. Can view list of Books

Admin/Librarian features:

Can create/update users, books, roles, categories, book categories. Can assign an admin role to a registered user. Can issue a book or reserve a book for a student. Can return a book when a student returns the book. (Calculated fine stored in Issued Books table) Can view lists of Users, Books, Roles, Categories, Book Categories, Issued Books, Reserved Books and User Roles. Admin has permission to list/create/update/delete/retrieve for all tables and fields. Can return a book.

Extra features and constraints:

Auto-assign new user role as Student. If a book is currently issued or reserved, the user cannot issue or reserve it. If a particular user has reserved it, only he/she can issue it. The reserved book gets unreserved if the book is not issued within 2 days. Only an authenticated user can access his own profile (retrieve or update). Auto Fine calculation (Rs. 5 for each day). Created_by, updated_by, deleted_by, date_created, date_updated and date_deleted should auto populate.

Relationships:

Book & Category - One to Many (BookCategory) User & Role - One to Many (UserRole) Book & User - One to Many (IssuedBook & ReservedBook)

library-management-system's People

Contributors

rachitgadodia avatar rachitgadodiaa 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.