Alex is a suite of software tools to manage library infrastructure: books, user, borrowing, and more.
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
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.