Skip to content

asgs/library-webapp

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

15 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

About

This is a simple Library Management System web-application, intended to be used as a platform to learn using JPA via Spring Data framework.

Objectives

  • Expose a REST API to explore the library, manage books and users and track their usage/availability.
  • Use a simple Database to maintain the Users and Books via Spring Data JPA.

Requirements

  • Provide a simple frontend for the users to login/browse/borrow/return books.
  • Accommodate two types of users
    • Library users who can borrow/return books
    • Librarians who can administer the library online.
  • Let Librarians set restrictions on which (set of) user(s) can access what books, how many books a user can borrow at any given time, the time for which a book can be borrowed and how many times a user can borrow a book, etc.,

About

A play app to explore JPA and Spring Data

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages