Skip to content

Latest commit

 

History

History
16 lines (11 loc) · 756 Bytes

README.md

File metadata and controls

16 lines (11 loc) · 756 Bytes

LIBRO is live!!

Scalable, yet Easy to maintain - Library management System

  • Exposes various endpoints to perform crud operations on book, copies, racks, users.
  • Copy is placed on lowest numbered rack (Strategy pattern used, so that you can easily use your own strategy)
  • Generates a Slip when user issues book. Due date can be provided or default is picked.
  • Shows the charges when book is returned.(Fine applicable :D)
  • Used SOLID principles making code templates reusable and easy to understand.

Tech Stack : Java, SpringBoot, Hibernate, H2 , SQL.

will be adding more functionalities like monitoring, etc Requirements link: https://workat.tech/machine-coding/practice/design-library-management-system-jgjrv8q8b136

Feel free to review :)