You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
A web-based application for managing a lending library. The frontend allows users to browse and borrow books, while admins manage inventory and loan records. The backend supports authentication, authorization for both users and admins, and hashed passwords stored securely in the database to ensure data security.
A Flask-based web app for managing books, users, and borrowing transactions. Features include book/user management, borrowing/returning functionality, and a searchable database. Built with Flask and Bootstrap. Perfect for small libraries or learning purposes. Contributions welcome!