This project is made as the final project for AUEB's Coding Factory Java course. I'm building it with JavaEE - Maven - JDBC - JSP - JavaScript - JQuery - Jackson Databind - Bootstrap with Lux theme - MySQL - Service Oriented Architecture. I'm planning to remake the whole project in .NET with Blazor, WEBApi and Entity Framework.
This is the Home page with no logged user.
This is the Home page with a logged user who is a simple member and not an Admin. This type of user can only search for books and borrow if availiable
If an Admin logs in there is an extra panel with various CRUD fanctionalities.
You can search for a book (or for a collection of books) using title, isbn, author's name or bokks's category
All primary key related information is given through an options list
Searching for title to update / delete
Adding New Author / Viewing the list of availiable Authors
Adding New Category / Viewing the list of availiable Categories