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
- Host: GitHub
- URL: https://github.com/benjaminsemah/oop-school-library
- Owner: BenjaminSemah
- License: mit
- Created: 2022-04-12T09:37:18.000Z (about 4 years ago)
- Default Branch: dev
- Last Pushed: 2022-04-18T13:26:52.000Z (about 4 years ago)
- Last Synced: 2025-02-02T06:25:28.678Z (over 1 year ago)
- Topics: gemfile, object-oriented-programming, ruby
- Language: Ruby
- Homepage:
- Size: 17.6 KB
- Stars: 0
- Watchers: 1
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README

# 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

## 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.