https://github.com/tsheporamantso/opp-school-library
  
  
    In this project I'll be building a school library application using ruby classes and objects and also implementing 4 ruby principles i.e. Abstraction, Encapsulation, inheritance and Polymorphism  
    https://github.com/tsheporamantso/opp-school-library
  
rubocop ruby rubygems
        Last synced: 5 months ago 
        JSON representation
    
In this project I'll be building a school library application using ruby classes and objects and also implementing 4 ruby principles i.e. Abstraction, Encapsulation, inheritance and Polymorphism
- Host: GitHub
 - URL: https://github.com/tsheporamantso/opp-school-library
 - Owner: tsheporamantso
 - License: mit
 - Created: 2023-08-29T11:01:10.000Z (about 2 years ago)
 - Default Branch: dev
 - Last Pushed: 2023-11-13T12:41:45.000Z (almost 2 years ago)
 - Last Synced: 2025-03-13T05:43:16.025Z (8 months ago)
 - Topics: rubocop, ruby, rubygems
 - Language: Ruby
 - Homepage:
 - Size: 73.2 KB
 - Stars: 0
 - Watchers: 1
 - Forks: 0
 - Open Issues: 2
 - 
            Metadata Files:
            
- Readme: README.md
 - License: LICENSE
 
 
Awesome Lists containing this project
README
          
  
OOP-School-Library
# 📗 Table of Contents
- [📖 About the Project](#about-project)
  - [🛠 Built With](#built-with)
    - [Tech Stack](#tech-stack)
    - [Key Features](#key-features)
  - [🚀 Live Demo](#live-demo)
- [💻 Getting Started](#getting-started)
  - [Prerequisites](#prerequisites)
  - [Setup](#setup)
  - [Install](#install)
  - [Usage](#usage)
  - [Run tests](#run-tests)
  - [Deployment](#deployment)
- [👥 Authors](#authors)
- [🔭 Future Features](#future-features)
- [🤝 Contributing](#contributing)
- [⭐️ Show your support](#support)
- [🙏 Acknowledgements](#acknowledgements)
- [❓ FAQ (OPTIONAL)](#faq)
- [📝 License](#license)
**OOP-School-Library** is an school library app designed with Ruby where you can add teachers, students, books and see books borrow records.

  Server
  
- **Add functionality**
- **Record functionality**
- **Associations between classes and objects**
- Not live yet
To get a local copy up and running, follow these steps.
### Prerequisites
In order to run this project you need:
- Install ruby using [link](https://www.ruby-lang.org/en/documentation/installation/#apt)
### Setup
Clone this repository to your desired folder:
```sh
  mkdir folder_name
  cd folder_name
  git clone git@github.com:tsheporamantso/opp-school-library.git
```
### Install
Install this project with:
```sh
  bundle install
```
### Usage
To run the project, execute the following command:
run the result on the terminal through:
```sh
  ruby person.rb
  ruby student.rb
  ruby teacher.rb
```
### Run tests
No tests available.
### Deployment
Not deployed
👤 **Gladwin Tshepo Ramantso**
- GitHub: [@tsheporamantso](https://github.com/tsheporamantso)
- Twitter: [@ramgt001](https://twitter.com/ramgt001)
- LinkedIn: [Tshepo Gladwin Ramantso](https://www.linkedin.com/in/tshepo-ramantso-b6a35433/)
- **Use the "Decorator" design pattern**
- **Set up associations**
- **Add basic UI**
- **Refactor code**
- **Preserve data**
- **Unit test**
Contributions, issues, and feature requests are welcome!
Feel free to check the [issues page](https://github.com/tsheporamantso/oop-school-library/issues).
If you like this project please give a star on [github](https://github.com/tsheporamantso/OOP-School-Library) & follow us on [twitter](https://twitter.com/ramgt001) and also connect on [Linkedin](https://www.linkedin.com/in/tshepo-ramantso-b6a35433/).
I would like to thank:
- **Microverse and all the staff**
- **Microverse Communinity**
- **Thanks to my coding Partners**
- **Thanks to my Morning-Session-Group and Standup-Team Partners and**
- **Thanks to Code Reviewers**
This project is [MIT](https://github.com/tsheporamantso/opp-school-library/blob/cb894dc26b4aca7747c10e5cedba2b6f62bfe9fa/LICENSE) licensed.