{"id":24191578,"url":"https://github.com/c00p75/oop-school-library","last_synced_at":"2025-09-01T20:16:37.159Z","repository":{"id":165649066,"uuid":"640948581","full_name":"c00p75/oop-school-library","owner":"c00p75","description":"School Library is a Ruby practice project aimed at mastering Object Oriented Programming.","archived":false,"fork":false,"pushed_at":"2023-08-07T14:47:56.000Z","size":604,"stargazers_count":5,"open_issues_count":1,"forks_count":0,"subscribers_count":1,"default_branch":"dev","last_synced_at":"2025-01-13T15:33:52.248Z","etag":null,"topics":["rspec","ruby"],"latest_commit_sha":null,"homepage":"https://codesandbox.io/p/github/c00p75/oop-school-library/draft/sleepy-wind","language":"Ruby","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/c00p75.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2023-05-15T13:10:33.000Z","updated_at":"2023-08-11T08:52:52.000Z","dependencies_parsed_at":null,"dependency_job_id":"7f820765-7891-43fa-a83d-cb0cb86a68e0","html_url":"https://github.com/c00p75/oop-school-library","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":"microverseinc/readme-template","purl":"pkg:github/c00p75/oop-school-library","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/c00p75%2Foop-school-library","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/c00p75%2Foop-school-library/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/c00p75%2Foop-school-library/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/c00p75%2Foop-school-library/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/c00p75","download_url":"https://codeload.github.com/c00p75/oop-school-library/tar.gz/refs/heads/dev","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/c00p75%2Foop-school-library/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":273183248,"owners_count":25059814,"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","status":"online","status_checked_at":"2025-09-01T02:00:09.058Z","response_time":120,"last_error":null,"robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":true,"can_crawl_api":true,"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":["rspec","ruby"],"created_at":"2025-01-13T15:26:48.007Z","updated_at":"2025-09-01T20:16:37.151Z","avatar_url":"https://github.com/c00p75.png","language":"Ruby","funding_links":[],"categories":[],"sub_categories":[],"readme":"\u003ch1\u003e\u003cb\u003eOOP School Library\u003c/b\u003e\u003c/h1\u003e\n\n![UML Class Diagram](https://github.com/microverseinc/curriculum-ruby/raw/main/oop/images/uml_class_diagram.png)\n\u003c/div\u003e\n\n# 📗 Table of Contents\n\n- [📗 Table of Contents](#-table-of-contents)\n- [📖 School Library ](#-school-library-)\n  - [🛠 Built With ](#-built-with-)\n    - [Tech Stack ](#tech-stack-)\n    - [Key Features ](#key-features-)\n  - [💻 Getting Started with school-library ](#-getting-started-with-school-library-)\n    - [Prerequisites](#prerequisites)\n    - [Setup](#setup)\n    - [Install](#install)\n    - [Usage](#usage)\n    - [Run tests](#run-tests)\n  - [👥 Authors ](#-authors-)\n  - [🔭 Future Features ](#-future-features-)\n  - [🤝 Contributing ](#-contributing-)\n  - [⭐️ Show your support ](#️-show-your-support-)\n  - [🙏 Acknowledgments ](#-acknowledgments-)\n  - [📝 License ](#-license-)\n\n# 📖 School Library \u003ca name=\"about-project\"\u003e\u003c/a\u003e\n\n**School Library** is a Ruby practice project aimed at mastering Object Oriented Programming.\n\n## 🛠 Built With \u003ca name=\"built-with\"\u003e\u003c/a\u003e\n\n### Tech Stack \u003ca name=\"tech-stack\"\u003e\u003c/a\u003e\n\n- Ruby\n  \u003cdetails\u003e\n    \u003csummary\u003eLanguage\u003c/summary\u003e\n    \u003cul\u003e\n      \u003cli\u003e\u003ca href=\"https://www.ruby-lang.org/en/\"\u003eRuby\u003c/a\u003e\u003c/li\u003e\n    \u003c/ul\u003e\n  \u003c/details\u003e\n\n### Key Features \u003ca name=\"key-features\"\u003e\u003c/a\u003e\n\n- **[List all books]**\n- **[List all books]**\n- **[Create a person]**\n- **[Create a book]**\n- **[Create a rental]**\n- **[List all rentals]**\n\n\u003cp align=\"right\"\u003e(\u003ca href=\"#readme-top\"\u003eback to top\u003c/a\u003e)\u003c/p\u003e\n\n## 💻 Getting Started with school-library \u003ca name=\"getting-started\"\u003e\u003c/a\u003e\n\n\u003e To get a local copy up and running, follow these steps.\n\n### Prerequisites\n\nIn order to run this project you need:\n\n1. Ruby installed on your machine\n2. Text editor (VSCode, Sublime, Atom, etc.)\n\n### Setup\n\nClone this [repository](git@github.com:c00p75/oop-school-library.git) to your desired folder:\n\n```sh\n  cd my-folder\n  git clone git@github.com:c00p75/oop-school-library.git\n```\n\n### Install\n\nInstall this project with:\n\n```sh\n  cd oop-school-library\n```\n\n### Usage\n\nRun this project with:\n\n```sh\n  ruby person.rb\n  ruby student.rb\n  ruby teacher.rb\n```\n\n### Run tests\n\nRun tests with:\n\n```sh\n  rubocop\n```\n\n\u003cp align=\"right\"\u003e(\u003ca href=\"#readme-top\"\u003eback to top\u003c/a\u003e)\u003c/p\u003e\n\n## 👥 Authors \u003ca name=\"authors\"\u003e\u003c/a\u003e\n\n👤 **George M'sapenda**\n\n- GitHub: [@c00p75](https://github.com/c00p75)\n- LinkedIn: [George M'sapenda](https://www.linkedin.com/in/georgemsapenda/)\n\n👤 **AmenMusingarimi**\n\n- GitHub: [@githubhandle](https://github.com/Amen-Musingarimi)\n- Twitter: [@twitterhandle](https://twitter.com/MusingarimiT)\n- LinkedIn: [LinkedIn](https://linkedin.com/in/atmusingarimi/)\n\n\u003cp align=\"right\"\u003e(\u003ca href=\"#readme-top\"\u003eback to top\u003c/a\u003e)\u003c/p\u003e\n\n## 🔭 Future Features \u003ca name=\"future-features\"\u003e\u003c/a\u003e\n\n- Add function to list books\n- Add function to add books to the library\n- Add UML diagram\n\n\u003cp align=\"right\"\u003e(\u003ca href=\"#readme-top\"\u003eback to top\u003c/a\u003e)\u003c/p\u003e\n\n## 🤝 Contributing \u003ca name=\"contributing\"\u003e\u003c/a\u003e\n\nContributions, issues, and feature requests are welcome!\n\nFeel free to check the [issues page](https://github.com/c00p75/oop-school-library/issues).\n\n\u003cp align=\"right\"\u003e(\u003ca href=\"#readme-top\"\u003eback to top\u003c/a\u003e)\u003c/p\u003e\n\n## ⭐️ Show your support \u003ca name=\"support\"\u003e\u003c/a\u003e\n\nIf you like this project, Give a ⭐️.\n\n\u003cp align=\"right\"\u003e(\u003ca href=\"#readme-top\"\u003eback to top\u003c/a\u003e)\u003c/p\u003e\n\n## 🙏 Acknowledgments \u003ca name=\"acknowledgements\"\u003e\u003c/a\u003e\n\n- Project from [Microverse](https://www.microverse.org/?grsf=i6yi2m) Ruby module\n\n\u003cp align=\"right\"\u003e(\u003ca href=\"#readme-top\"\u003eback to top\u003c/a\u003e)\u003c/p\u003e\n\n\u003c!-- LICENSE --\u003e\n\n## 📝 License \u003ca name=\"license\"\u003e\u003c/a\u003e\n\nThis project is [MIT](./LICENSE) licensed.\n\n\u003cp align=\"right\"\u003e(\u003ca href=\"#readme-top\"\u003eback to top\u003c/a\u003e)\u003c/p\u003e\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fc00p75%2Foop-school-library","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fc00p75%2Foop-school-library","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fc00p75%2Foop-school-library/lists"}