https://github.com/3ein39/library_system
Library System Project in C++ using structs - simple console application. In this program.The main user for the system is an admin who might add a book, user or perform some relevant operation.
https://github.com/3ein39/library_system
console-application cpp library-management-system management-system
Last synced: 22 days ago
JSON representation
Library System Project in C++ using structs - simple console application. In this program.The main user for the system is an admin who might add a book, user or perform some relevant operation.
- Host: GitHub
- URL: https://github.com/3ein39/library_system
- Owner: 3ein39
- Created: 2022-04-29T13:09:40.000Z (about 4 years ago)
- Default Branch: main
- Last Pushed: 2022-05-10T13:16:09.000Z (about 4 years ago)
- Last Synced: 2025-02-28T04:58:18.068Z (over 1 year ago)
- Topics: console-application, cpp, library-management-system, management-system
- Language: C++
- Homepage:
- Size: 10.7 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Library System
Library System Project in C++ using structs - simple console application. In this program.The main user for the system is an admin
who might add a book, user or perform some relevant operation.
## Features
- Adding a book
- Searching for a book
- Listing books
- Listing users borrowed a book
- Add a user
- Borrow a book
- Return a book
## Screenshots


## Run Locally
Clone the project
```bash
git clone https://github.com/3ein39/Library_System.git
```
Go to the project directory
```bash
cd Library_System
```
Run the .cpp file as a console application
## Acknowledgements
- [Dr. Mostafa Saad course](https://www.udemy.com/course/cpp-4skills/)