An open API service indexing awesome lists of open source software.

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.

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

![App Screenshot](https://res.cloudinary.com/ein39/image/upload/v1651279128/1_plya6g.png)
![App Screenshot](https://res.cloudinary.com/ein39/image/upload/v1651279127/2_zvn4nm.png)
## 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/)