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

https://github.com/benjaminsemah/oop-school-library

The OOP School Library App is a tool to keep records of both books and patrons of a school library. The app offers a convenient way to add and save records of students, teachers as well as books
https://github.com/benjaminsemah/oop-school-library

gemfile object-oriented-programming ruby

Last synced: over 1 year ago
JSON representation

The OOP School Library App is a tool to keep records of both books and patrons of a school library. The app offers a convenient way to add and save records of students, teachers as well as books

Awesome Lists containing this project

README

          

![](https://img.shields.io/badge/OOP-SchoolLibrary-blue)

# OOP School Library

> The **OOP School Library App** is a tool to keep records of both books and patrons of a school library. The app offers a convenient way to:
> - Add records of new students or teachers.
> - Add records of new books.
> - Save records of who borrowed a given book and when.


# Class Diagram
![class-diagram](https://user-images.githubusercontent.com/90222110/162753815-d5654e01-3d01-49c6-8f9c-5076e92f413a.png)

## Built With

- Ruby

# Get Started
To get a local copy up and running follow these simple steps.

```bash
$ git clone git@github.com:BenjaminSemah/oop-school-library.git
$ cd oop-school-library
```

# Installation
Clone the repo and run bundle install in the command line to install the dependencies

```bash
- bundle install
- ruby main.rb
```

## Author

👤 **Benjmain Semah**

- GitHub: [@BenjaminSemah](https://github.com/BenjaminSemah)
- Twitter: [@BenjaminSemah](https://twitter.com/BenjaminSemah)
- LinkedIn: [@BenjaminSemah](https://www.linkedin.com/in/benjaminsemah/)

## 🤝 Contributing

Contributions, issues, and feature requests are welcome!

Feel free to check the [issues page](https://github.com/BenjaminSemah/oop-school-library/issues).

## Show your support

Give a ⭐️ if you like this project!

## 📝 License

See [PUBLIC](./LICENSE) license.