https://github.com/mwapsam/oop-school-library
https://github.com/mwapsam/oop-school-library
Last synced: 3 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/mwapsam/oop-school-library
- Owner: Mwapsam
- Created: 2022-04-05T11:39:59.000Z (about 3 years ago)
- Default Branch: dev
- Last Pushed: 2022-04-11T09:18:34.000Z (about 3 years ago)
- Last Synced: 2025-01-17T10:13:18.867Z (4 months ago)
- Language: Ruby
- Size: 177 KB
- Stars: 2
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README

# OOP school library
> This project consists of Ruby script for the school library app. I implemented encapsulation and inheritance with Ruby by creating classes to represent students and teachers in the school.
## Class Diagram
> ## Built With
- Ruby
- Bubocop## Getting Started
**To get a local copy up and running follow these simple example steps.**
### Prerequisites
- Ruby should be installed on your machine### Setup
```
git clone https://github.com/Mwapsam/OOP-school-library.git
cd OOP-school-library
```
### Install
```
bundle install
```### Play with the code
```
irb
```### Run linters
```
rubocop -a```
ruby app.rb
```## 👤Author
- GitHub: [@mwapsam](https://github.com/Mwapsam)
- Twitter: [@mwapesamuel4](https://twitter.com/mwapesamuel4)
- LinkedIn: [mwapsam](https://www.linkedin.com/in/mwapsam/)## 🤝 Contributing
Contributions, issues, and feature requests are welcome!
Feel free to check the [issues page](../../issues/).
## Show your support
Give a ⭐️ if you like this project!
## Acknowledgments
- Many thanks to Microverse
## 📝 License
This project is [MIT](./MIT.md) licensed.