This project is a web app that provides buying and borrowing books services from libraries.
For this system there are three main actors: system admin, library owners, and customers. The owner requests from the system to add his library then the admin accepts or rejects it. After the customer create his profile, he can buy or borrow books.
Home page
library page
library history page
The back-end of this web app was developed with Java programming language, and the fornt-end was developed with Java Server Pages (JSP). Also, the following frameworks was used:
- Spring MVC Framework official page.
- The Java Database Connectivity (JDBC) API to connect with MySql database server official page.
- MySql: relational database management system (RDBMS) official page.