This is a client-side application for the Library Manager
A client application for the Library Manager program that is built on JavaFX.
- User/Admin authentication using JWT and OATH2 protocols
- Separate facets of applications for admins and users to facilitate differing roles
- View borrowed books
- View issued and due dates for each book
- Return borrowed books
- Add other admins
- View all users
- Issue books to users
- View all books in stock
-
Clone the repository:
git clone https://github.com/RSYashwanth/Library-Client.git
-
Follow instruction in backend repository to have it running
-
Build and run application using maven
mvn clean javafx:run