UniLibPlus – University Library Management System

A Flask-based web application for managing a university library system, including patrons and book catalogs, backed by a MySQL database.

UniLibPlus is a Flask-based web application designed to manage a university library system.
It supports core operations such as managing patrons and browsing books with publisher information, all backed by a MySQL database connected via SSH tunnel.
The project demonstrates full-stack development skills across database schema design (SQL), backend APIs (Flask + PyMySQL), and simple HTML templates for the user interface.