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

https://github.com/ramonbecker/library-system-structured

Project of library system for the discipline of Structured Programming
https://github.com/ramonbecker/library-system-structured

Last synced: about 1 year ago
JSON representation

Project of library system for the discipline of Structured Programming

Awesome Lists containing this project

README

          

# Library System

> The library system was developed for the discipline of structured programming.

## :information_source: Information

The library system aims to manipulate the data entered and create it in files. For the listing of the data, the system searches the created files for the data and shows it to the user in the terminal.

## 📹 Demo

![bibliotecario](https://user-images.githubusercontent.com/44611131/114229048-b13c9080-994d-11eb-8c68-5f577632f81b.gif)

## ⚠️ Prerequisite

![imagemC](https://user-images.githubusercontent.com/44611131/114224271-41c3a280-9947-11eb-8df7-6c0eeaf7f5aa.png)

## :rocket: Installation

![](https://img.shields.io/badge/Linux-FCC624?style=for-the-badge&logo=linux&logoColor=black)

```sh
git clone https://github.com/RamonBecker/Library-System.git
sudo apt update
sudo apt install build-essential
sudo apt-get install manpages-dev
gcc --version
```

![](https://img.shields.io/badge/Windows-0078D6?style=for-the-badge&logo=windows&logoColor=white)

```sh

git clone https://github.com/RamonBecker/Library-System.git
or install https://desktop.github.com/
install: https://cygwin.com/install.html

```

## :zap: Technologies

- C

## :memo: Developed features

- [x] The user can register new users
- [x] The user can list the registered users
- [x] The user can register new books.
- [x] The user can list the registered books
- [x] The user buy books
- [x] The user makes loans
- [x] The user can edit the data of the new users entered
- [x] The user can edit the data of the new inherited books
- [x] The user can search for registered books
- [x] The user can return the borrowed book.

## :technologist: Author

By Ramon Becker 👋🏽 Get in touch!

[github](https://github.com/RamonBecker) [linkedin](https://www.linkedin.com/in/https://www.linkedin.com/in/ramon-becker-da-silva-96b81b141//)
![Gmail Badge](https://img.shields.io/badge/-ramonbecker68@gmail.com-c14438?style=flat-square&logo=Gmail&logoColor=white&link=mailto:ramonbecker68@gmail.com)