Skip to content

Latest commit

 

History

History
48 lines (35 loc) · 2.03 KB

File metadata and controls

48 lines (35 loc) · 2.03 KB

LibraryManagement

This is a simple web application to implement the library management system, members can register, log in, search books, borrow books, reserve books, extend books and so on. Lirarian can query the user, block Member, unblock Member, etc.

For Live Demo:

Clike Here

Screenshot

Home Page: image

Book Search Page: image

Register Page: image

Login Page: image

Edit Profile: image

User Lending Page: image

User Reservation Page: image

Detail of Book: image

Error Message: image

Features

  • Sign in, Sign up, Logout with jwt token
  • Research book by title, author name, book subject, publication data
  • Lend Book, Return Book, Reserve Book, Extend Lending, Cancel Reservation
  • For Librarian Role: Block/Unblock user, add book, edit book, remove book

Build With:

  • React.js 18
  • Spring Boot 3.1.0
  • Spring Security 3.1.1
  • MySQL