Skip to content

Latest commit

 

History

History
25 lines (19 loc) · 777 Bytes

README.md

File metadata and controls

25 lines (19 loc) · 777 Bytes

Alex : A tool to manage library infrastructure

Alex is a suite of software tools to manage library infrastructure: books, user, borrowing, and more.

Alex API

The Alex API is a RESTful API that provides access to the Alex database. It is built using the Django REST framework. THe API provides endpoints to manage the following resources:

  • Books
  • Users
  • Loans
  • Authors
  • Shelves
  • Reservation
  • Publisher

Alex Manager

The Alex Manager is a web application that provides a user interface to manage the Alex database. It is built using the React framework and designed using the Joy UI library. The manager is more designed for librarians and administrators to manage the library infrastructure.