Notice: Function _load_textdomain_just_in_time was called incorrectly. Translation loading for the insert-headers-and-footers domain was triggered too early. This is usually an indicator for some code in the plugin or theme running too early. Translations should be loaded at the init action or later. Please see Debugging in WordPress for more information. (This message was added in version 6.7.0.) in /home4/buildai9/public_html/wp-includes/functions.php on line 6131
E-book Library – Build A Code

E-book Library

Create a robo-librarian and claim its salary for yourself!

Design an online system that can automate most tasks in a library and sell it to your school.

The library service

  • Reserve a book
  • Return a book
  • Check status of reservation

Behind the scenes

  • Offer a “smart-service” to make your system unique. E.g. Recommend how long a user should reserve a book for based on the number of words in the book
  • Keep a database of books available, reserved and coming soon and notify users accordingly when they request a reservation
  • Shift books between “available” and “reserved” databases when user reserves or returns a book
  • Let users know when the reserved book is due to be returned when they check their reservation

Back to Project Menu