Library Management System
View in GitHubThis project is a library management system is strictly following the concepts of OOPS for a more efficient and systematic workflow.
The proposed system will keep track of student and admin accounts. This project has terminal-based software that will help in storing, updating and retrieving the information through various user-friendly menu-driven modules.
Features:
- Designed with OOPS concepts
- Can be easily integrated within the software to implement a good user interface
- Two kinds of accounts- Admin and Student
- Add, modify, and delete users (Admin)
- Add, modify, and delete books (Admin)
- Search books (Admin and Student)
- Borrow and return books (Student)
Usage
This project is implemented in C++. Currently, it can be implemented using the shell.