This is a simple Library Management System to manage books, users, staff, transactions, and more. The system allows users to borrow and return books, view their transaction history, and manage their profiles.
- Add and manage books
- Add and manage users
- Borrow and return books
- Transaction history
- Different types of users (Regular, Premium, Staff)
- Admin features for managing books and users
- Feedback system for books
- Statistics tracking (e.g., number of books borrowed)
- Email notifications for due dates
- Uses Boost library for date handling and other utilities
- C++11 or later
- Boost library
git clone https://github.com/MohammadrezaMC2/LibraryManagementSystem
cd LibraryManagementSystem