Skip to content

Latest commit

 

History

History
91 lines (49 loc) · 3.95 KB

README.md

File metadata and controls

91 lines (49 loc) · 3.95 KB

Library Mangement

Build Status

https://aaronmenezes.github.io/Library-Mangement-Webapp

Library-Mangement, is a book library managment platform. Built with React js, it is mobile ready.

Features

  • Perform general CRUD operations on Books and Members
  • Issue a book to a member
  • Issue a book return from a member
  • Search for a book by name and author
  • Charge a rent fee on book returns
  • The librarian can import books into the system using the Book API services and create book records.
  • Reports Most popular books with quantity available in the library and total quantity.
  • Reports Highest paying Customers.

App Sections

Signin

Sign-in as Librarian or Member

Dashboard

Provides an upfront view of the platform. Can me customised to include different views_

Memebers

Provides a list of members registerd with the platform. Allows Librarian to add, edit, delete members

Books

Provides a list of book registerd with the platform. Allows Librarian to issue book to members, return books from members, Update & Delete books from the system. Also provides a quick books search based on Book Title and Authors

Book Imports

Provides Librarian an interface to check for books with a book service.Allows Librarian to search using various parameter. Librarian can import a specified quantities of book to the system

Reports

Allows Librarian a view of Top books check out by members, and Highest paying members in the library. Allows Librarian to download these reports in Microsoft Excel format

Member View

Allows library members to view a list of books availabel in the library