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:
- put books on shelf;
- put books off shelf;
- query books;
Features for student:
- checkout books;
- return books;
- query books;