https://github.com/mosidrum/oop-school-library
OOP-school-library is a Ruby program to record what books are in the library and who borrows them. This program allows for adding new students or teachers, adding new books, saving records of who borrowed a given book and when.
https://github.com/mosidrum/oop-school-library
gemfile oop rubocop ruby
Last synced: about 1 year ago
JSON representation
OOP-school-library is a Ruby program to record what books are in the library and who borrows them. This program allows for adding new students or teachers, adding new books, saving records of who borrowed a given book and when.
- Host: GitHub
- URL: https://github.com/mosidrum/oop-school-library
- Owner: mosidrum
- License: mit
- Created: 2023-08-28T15:11:33.000Z (almost 3 years ago)
- Default Branch: dev
- Last Pushed: 2023-09-07T13:41:21.000Z (almost 3 years ago)
- Last Synced: 2025-01-15T20:31:14.851Z (over 1 year ago)
- Topics: gemfile, oop, rubocop, ruby
- Language: Ruby
- Homepage:
- Size: 50.8 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
OOP SCHOOL LIBRARY
## 📗 Table of Contents
- [📖 OOP school library ](#-Create a school library-)
- [🛠 Built With ](#-built-with-)
- [Tech Stack ](#tech-stack-)
- [Key Features ](#key-features-)
- [💻 Getting Started ](#-getting-started-)
- [Prerequisites](#prerequisites)
- [Setup](#setup)
- [Install](#install)
- [Usage](#usage)
- [👥 Author ](#-author-)
- [🔭 Future Features ](#-future-features-)
- [🤝 Contributing ](#-contributing-)
- [⭐️ Show your support ](#️-show-your-support-)
- [🙏 Acknowledgments ](#-acknowledgments-)
- [📝 License ](#-license-)
**OOP SCHOOL LIBRARY** project records what books are in the library and who borrows them. This app allow users to:
Add new students or teachers.
Add new books.
Save records of who borrowed a given book and when..
Client
- **Built methods, classes and objects using Ruby**
To get a local copy up and running, follow these steps.
### Prerequisites
In order to run this project you need:
```
ruby
bundler
```
### Setup
Clone this repository to your desired folder:
```bash
git clonehttps://github.com/mosidrum/OOP-school-library
```
### Install
Install this project with:
```bash
cd enumerable
bundle install
```
it will install the required gemfile for running the project
👤 **Ayodele Isaac**
- GitHub: [@mosidrum](https://github.com/mosidrum)
- LinkedIn: [mosidrum](https://linkedin.com/in/isaac-ayodele-37890521b/)
👤 **Jalloh**
- GitHub: [@aradradev](https://github.com/aradradev)
- LinkedIn: [Abdourahmane Jalloh](https://www.linkedin.com/in/abdul-jalloh)
- implementing this project using ruby on rails
Contributions, issues, and feature requests are welcome!
Feel free to check the [issues page](../../issues/).
If you like this project you can share this project to your friend
I would like to thank microverse for this project
This project is [MIT](./LICENSE) licensed.