This is a simple bookstore application where customers can buy and check-out books using a database created by the owner.
2 user interfaces were created, one for the owner who can add users and books into the database, while the other user interface is for customers who can login using their credentials and access the bookstore database.
The back-end of this project was created using object-oriented programming in Java and the frontend was created with JavaFX in NetBeans. The implemention of features such as inheritance, polymorphism, encapsulation, and adapter pattern were used during the project to structure the code correctly.