Skip to content

Library Management System accessed by the Librarian based on MERN Stack. We can do CRUD operations on Members and Books. Along with it members can issue books and return books. Also, Members Can't have more than 500 in outstanding debt.

RitvikSardana/MERN-Library-Management-Sytem

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

33 Commits
 
 
 
 
 
 
 
 

Repository files navigation

MERN-Library-Management-Sytem

Books CRUD

Read Books

image

Create Book

image

Shows error when name field is left Blank and add Book Button is disabled till the field is empty

image

After Name is not empty the Add book button is enabled and error is removed

image

New Book is Created

Update Book

image

Updated price of the book GraceLand from 350 to 450 and quantity to 10

image

Price and Quantity Updated of the book

Delete Book

image

On Clicking the Delete button a MODAL appear , confirming the choice of the Librarian

image

After Delete Request the Book Graceland is deleted

Members CRUD

Read All Members

image

Add a member

image

image

New Member Added after POST request

Edit a Member

image

image

Changed Raghav's Balance and Age while email is disabled because it is a unique parameter

Delete a member

image

image

After clicking the delete button a modal appears for onfirmation. When user clicks on Delete in the Modal the User is deleted

Issue Book

image

User can put name of any book in the search field and that book will be issued on his/her name

image

image On Issuing the book, all issued books will be shown on the home page

image

On returning the book, user gets this message on their screen

Issue Book with outstanding more than ₹500

image

image

Raghav wanted to buy a book of ₹2000 but had only 900 rupees hence the Insufficient Funds Prompt was displayed

About

Library Management System accessed by the Librarian based on MERN Stack. We can do CRUD operations on Members and Books. Along with it members can issue books and return books. Also, Members Can't have more than 500 in outstanding debt.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published