Skip to content

Latest commit

 

History

History
13 lines (10 loc) · 352 Bytes

library-stories.md

File metadata and controls

13 lines (10 loc) · 352 Bytes

Library

You are to develop an api to allow users to perform common library actions.

User Stories

  • Search for a book by (partial) title
  • Search for a book by (partial) author name
  • Allow a member to borrow and return a book
  • Don't allow members to borrow 'reference' books
  • Send notifications to members about overdue books