Skip to content

Latest commit

 

History

History
13 lines (10 loc) · 356 Bytes

README.md

File metadata and controls

13 lines (10 loc) · 356 Bytes

librarian

This is a mini book management system. In the system, there are two roles, admin and student. There is only one admin, while there are many students, who has a unique number each one.

Features for admin:

  1. put books on shelf;
  2. put books off shelf;
  3. query books;

Features for student:

  1. checkout books;
  2. return books;
  3. query books;