{"id":19174464,"url":"https://github.com/benmukebo/school-library","last_synced_at":"2025-02-23T00:44:06.178Z","repository":{"id":45296900,"uuid":"438295310","full_name":"BenMukebo/school-library","owner":"BenMukebo","description":null,"archived":false,"fork":false,"pushed_at":"2022-01-10T14:12:53.000Z","size":62,"stargazers_count":2,"open_issues_count":1,"forks_count":1,"subscribers_count":1,"default_branch":"development","last_synced_at":"2025-01-17T03:57:05.782Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"language":"Ruby","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":null,"status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/BenMukebo.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":null,"code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null}},"created_at":"2021-12-14T15:02:13.000Z","updated_at":"2022-05-12T16:07:31.000Z","dependencies_parsed_at":"2022-09-10T02:21:18.273Z","dependency_job_id":null,"html_url":"https://github.com/BenMukebo/school-library","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/BenMukebo%2Fschool-library","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/BenMukebo%2Fschool-library/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/BenMukebo%2Fschool-library/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/BenMukebo%2Fschool-library/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/BenMukebo","download_url":"https://codeload.github.com/BenMukebo/school-library/tar.gz/refs/heads/development","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":240254182,"owners_count":19772386,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":[],"created_at":"2024-11-09T10:17:55.539Z","updated_at":"2025-02-23T00:44:06.150Z","avatar_url":"https://github.com/BenMukebo.png","language":"Ruby","funding_links":[],"categories":[],"sub_categories":[],"readme":"![](https://img.shields.io/badge/Microverse-blueviolet)\n\n# OOP school library\n\n\n## Description\n\n\u003e Use OOP to build a simple app.\n\n## Learning objectives\n- Implement classes and objects in Ruby.\n- Implement encapsulation and inheritance with Ruby.\n- Run a program using the command line.\n- Implement composition (as an example of the design pattern)\n- Run a program using the command line.\n- Run a program using the command line.\n- Set up associations between classes and objects.\n- Build interactive console apps.\n- Run a program using the command line.\n\n\n## Getting Started\n\nImagine that you are the librarian of OOP University, and you need a tool to record what books are in the library and who borrows them. The app that you will create will allow a you to:\n\n- Add new students or teachers.\n- Add new books.\n- Save records of who borrowed a given book and when.\n\n\n## Setup\n\n### Clone this repository\n\n```bash\n$ git clone https://github.com/BenMukebo/school-library.git\n$ cd school-library\n```\n\n\n## Install linter\n\n```bash\n$  bundle init\n$  bundle install\n```\n\n## Run linter\n\n```bash\n$  rubocop .\n```\n\n### Auto-correct\n\nIn auto-correct mode, RuboCop will try to automatically fix offenses:\n\n```bash\n$ rubocop -A\n# or\n$ rubocop --auto-correct-all\n```\n## Install unit tests\n\n```bash\n$  gem install rspec  \n```\n\n## Run unit tests\n\n```bash\n$   rspec spec  or just\n$   rspec  \n```\n\n## Install pry\n\n```bash\n$  gem install pry\n```\n\n\n## Built With\n\nThis project is build with:\n\n-  ![Ruby](https://img.shields.io/badge/-Ruby-000000?style=flat\u0026logo=ruby\u0026logoColor=red)\n\n## Authors\n\n👤 **Ben Mukebo**\n\n- GitHub: [@BenMukebo](https://github.com/BenMukebo)\n- Twitter [@BenMukebo](https://twitter.com/BenMukebo)\n- LinkedIn [BenMukebo](https://www.linkedin.com/in/kasongo-mukebo-ben-591720205/)\n\n## 🤝 Contributor\n\n👤 **Muhammad Sesay**\n\n- GitHub: [@mmsesay](https://github.com/mmsesay)\n- Twitter [@DeeMaejor](https://twitter.com/DeeMaejor)\n- LinkedIn [MuhammadSesay](https://www.linkedin.com/in/muhammad-m-sesay/)\n\nContributions, issues, and feature requests are welcome!\n\nFeel free to check the [issues page](https://github.com/BenMukebo/school-library/issues).\n\n## Show your support\n\nGive a ⭐️ if you like this project!\n\n## Acknowledgments\n\n- Hat tip to anyone whose code was used\n- Inspiration\n- etc\n\n## 📝 License\n\nThis project is [MIT](./MIT.md) licensed.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fbenmukebo%2Fschool-library","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fbenmukebo%2Fschool-library","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fbenmukebo%2Fschool-library/lists"}