{"id":17813760,"url":"https://github.com/hafiz1379/oop-school-library","last_synced_at":"2025-08-01T22:39:03.029Z","repository":{"id":197838984,"uuid":"699345392","full_name":"hafiz1379/OOP-school-library","owner":"hafiz1379","description":"Discover the OOP School Library, a Ruby-powered app for efficient book and borrower management. Over a week, build classes for students, teachers, and books, create associations, add a simple user interface, refactor code, ensure data persistence, and implement unit tests. A practical example of object-oriented programming in action.","archived":false,"fork":false,"pushed_at":"2023-10-11T14:59:55.000Z","size":62,"stargazers_count":8,"open_issues_count":0,"forks_count":3,"subscribers_count":1,"default_branch":"dev","last_synced_at":"2025-04-02T01:01:28.742Z","etag":null,"topics":["rspec","ruby","rubygems","testing"],"latest_commit_sha":null,"homepage":"","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/hafiz1379.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,"zenodo":null}},"created_at":"2023-10-02T13:02:50.000Z","updated_at":"2024-02-26T05:44:26.000Z","dependencies_parsed_at":"2023-10-11T19:09:50.760Z","dependency_job_id":null,"html_url":"https://github.com/hafiz1379/OOP-school-library","commit_stats":null,"previous_names":["hafiz1379/oop-school-library"],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/hafiz1379/OOP-school-library","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/hafiz1379%2FOOP-school-library","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/hafiz1379%2FOOP-school-library/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/hafiz1379%2FOOP-school-library/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/hafiz1379%2FOOP-school-library/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/hafiz1379","download_url":"https://codeload.github.com/hafiz1379/OOP-school-library/tar.gz/refs/heads/dev","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/hafiz1379%2FOOP-school-library/sbom","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":268308707,"owners_count":24230105,"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-08-01T02:00:08.611Z","response_time":67,"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","rubygems","testing"],"created_at":"2024-10-27T16:03:59.050Z","updated_at":"2025-08-01T22:39:02.975Z","avatar_url":"https://github.com/hafiz1379.png","language":"Ruby","funding_links":[],"categories":[],"sub_categories":[],"readme":"\n# 📗 Table of Contents\n\n- [📖 About the Project](#about-project)\n  - [🛠 Built With](#built-with)\n    - [Tech Stack](#tech-stack)\n    - [Key Features](#key-features)\n- [💻 Getting Started](#getting-started)\n  - [Setup](#setup)\n  - [Prerequisites](#prerequisites)\n  - [Install](#install)\n  - [Usage](#usage)\n  - [Run tests](#run-tests)\n  - [Deployment](#triangular_flag_on_post-deployment)\n- [👥 Authors](#authors)\n- [🔭 Future Features](#future-features)\n- [🤝 Contributing](#contributing)\n- [⭐️ Show your support](#support)\n- [🙏 Acknowledgements](#acknowledgements)\n- [📝 License](#license)\n\n\u003ca name=\"readme-top\"\u003e\u003c/a\u003e\n\n\n\n# 📖 OOP school library \u003ca name=\"about-project\"\u003e\u003c/a\u003e\n\n\n**OOP school library**\nThis project focused on building a Ruby school library app. Key achievements include:\n1- Implemented three classes: Person, Student, and Teacher.\n2- Utilized encapsulation and inheritance principles.\n3- Enabled command-line program execution.\n4- Followed Ruby best practices for code quality and documentation.\n\nThis foundational work sets the stage for future app development and functionality expansion.\n\n\n\n\n\n\n\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\u003cdetails\u003e\n\u003csummary\u003eRuby\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\u003c!-- Features --\u003e\n\n### Key Features \u003ca name=\"key-features\"\u003e\u003c/a\u003e\n\n- **[Class Hierarchy: Implemented a hierarchy of classes including Person, Student, and Teacher for modeling individuals in a school setting.]**\n- **[Encapsulation and Inheritance: Demonstrated mastery of object-oriented principles by encapsulating data and behaviors and using inheritance to share common attributes.]**\n- **[Command-Line Execution: Enabled the program to be executed directly from the command line, enhancing accessibility and usability.]**\n\u003c!-- GETTING STARTED --\u003e\n\n## 💻 Getting Started \u003ca name=\"getting-started\"\u003e\u003c/a\u003e\n\nTo get a local copy up and running, follow these steps.\n\n### Prerequisites\n\nIn order to run this project you need:\n\n\u003c!--\nExample command:\n\n```sh\n gem install rails\n```\n --\u003e\n\n### Setup\n\nClone this repository to your desired folder:\n\n\n### Prerequisites\n\nIn order to run this project you need:\n\n- Install [Ruby](https://www.ruby-lang.org/en/documentation/installation/).\n- Create a repo on your repositores files.\n- Clone or make a copy of this repo on your local machine.\n- Follow GitHub flow.\n- A carefully reading of this README.md is required.\n\n### Setup\n\nClone this repository to your desired folder:\n\n```sh\n  cd my-folder\n  git clone https://github.com/hafiz1379/OOP_school_library\n```\n\n### Install\n\nInstall this project with:\n\n```sh\n  bundle install\n```\n\n### Usage\n\nTo run the project, run the following command:\n\n```sh\n  ruby test.rb\n```\n\n### Run tests\n\nTo run tests, run the following command:\n\n```\nrubocop\n```\n\n\u003c!--\n\n### Deployment\n\nYou can deploy this project using:\n\n\u003c!--\nExample:\n\n```sh\n\n```\n --\u003e\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👤 **Hafizullah Rasa**\n\n- GitHub: [@githubhandle](https://github.com/hafiz1379)\n- Twitter: [@twitterhandle](https://twitter.com/Hafizrasa1379?s=35)\n- LinkedIn: [LinkedIn](https://www.linkedin.com/in/hafizullah-rasa-8436a1257/)\n\n👨🏼‍🚀 **Juan Diego Guerra (JD)** 👾\n\n- GitHub: [@JuanDiegoGuerra](https://github.com/JuanDiegoGuerra)\n- LinkedIn: [Juan Guerra](https://www.linkedin.com/in/juan-guerra-65076b1ba/)\n\n\u003cp align=\"right\"\u003e(\u003ca href=\"#readme-top\"\u003eback to top\u003c/a\u003e)\u003c/p\u003e\n\n\u003c!-- FUTURE FEATURES --\u003e\n\n## 🔭 Future Features \u003ca name=\"future-features\"\u003e\u003c/a\u003e\n\n- **[map Method]**\n- **[reduce Method]**\n- **[sort Method]**\n\n\u003cp align=\"right\"\u003e(\u003ca href=\"#readme-top\"\u003eback to top\u003c/a\u003e)\u003c/p\u003e\n\n\u003c!-- CONTRIBUTING --\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](../../issues/).\n\n\u003cp align=\"right\"\u003e(\u003ca href=\"#readme-top\"\u003eback to top\u003c/a\u003e)\u003c/p\u003e\n\n\u003c!-- SUPPORT --\u003e\n\n## ⭐️ Show your support \u003ca name=\"support\"\u003e\u003c/a\u003e\n\nIf you like this project, star the project if you like it\n\n\u003cp align=\"right\"\u003e(\u003ca href=\"#readme-top\"\u003eback to top\u003c/a\u003e)\u003c/p\u003e\n\n\u003c!-- ACKNOWLEDGEMENTS --\u003e\n\n## 🙏 Acknowledgments \u003ca name=\"acknowledgements\"\u003e\u003c/a\u003e\n\nI would like to thank my mentor and my cod partners for support\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","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fhafiz1379%2Foop-school-library","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fhafiz1379%2Foop-school-library","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fhafiz1379%2Foop-school-library/lists"}