{"id":24189944,"url":"https://github.com/iamsjunaid/oop-school-library","last_synced_at":"2025-09-21T14:31:09.632Z","repository":{"id":184965617,"uuid":"672761419","full_name":"iamsjunaid/OOP-school-library","owner":"iamsjunaid","description":"Practicing Ruby: classes and objects","archived":false,"fork":false,"pushed_at":"2023-08-09T14:26:37.000Z","size":49,"stargazers_count":2,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"dev","last_synced_at":"2025-01-13T14:53:06.143Z","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":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/iamsjunaid.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-07-31T05:34:39.000Z","updated_at":"2023-10-02T16:22:03.000Z","dependencies_parsed_at":null,"dependency_job_id":"774b30b4-ae15-4c74-932e-24672893ae42","html_url":"https://github.com/iamsjunaid/OOP-school-library","commit_stats":null,"previous_names":["iamsjunaid/oop-school-library"],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/iamsjunaid/OOP-school-library","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/iamsjunaid%2FOOP-school-library","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/iamsjunaid%2FOOP-school-library/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/iamsjunaid%2FOOP-school-library/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/iamsjunaid%2FOOP-school-library/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/iamsjunaid","download_url":"https://codeload.github.com/iamsjunaid/OOP-school-library/tar.gz/refs/heads/dev","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/iamsjunaid%2FOOP-school-library/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":276252982,"owners_count":25610789,"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-21T02:00:07.055Z","response_time":72,"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":[],"created_at":"2025-01-13T14:43:45.954Z","updated_at":"2025-09-21T14:31:09.621Z","avatar_url":"https://github.com/iamsjunaid.png","language":"Ruby","funding_links":[],"categories":[],"sub_categories":[],"readme":"# 📗 Table of Contents\n- [📗 Table of Contents](#-table-of-contents)\n- [📖 About ](#-about-)\n  - [🛠 Built With ](#-built-with-)\n    - [Tech Stack ](#tech-stack-)\n    - [Key Features ](#key-features-)\n  - [💻 Getting Started ](#-getting-started-)\n    - [Prerequisites](#prerequisites)\n    - [Setup](#setup)\n    - [Install](#install)\n    - [Usage ](#usage-)\n  - [👥 Authors ](#-authors-)\n  - [🔭 Future Features ](#-future-features-)\n  - [🤝 Contributing ](#-contributing-)\n  - [⭐️ Show your support ](#️-show-your-support-)\n  - [🙏 Acknowledgement ](#acknowledgement)\n  - [📝 License ](#-license-)\n\n\u003c!-- PROJECT DESCRIPTION --\u003e\n\n# 📖 About \u003ca name=\"about-the-project\"\u003e\u003c/a\u003e\n _**OOP school library**_ built with [Ruby](https://www.ruby-lang.org/en/). In this project I have created:\n\n 1. `person.rb`\n - Base class or parent class: contains the common attributes and methods of all the other classes.\n \n 2. `student.rb`\n - Inherits from person class\n - Contains the attributes and methods specific to students.\n\n3. `teacher.rb`\n- Inherits from person class\n- Contains the attributes and methods specific to teachers.\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\u003eClient\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    \u003cli\u003e\u003ca href=\"https://github.com/microverseinc/linters-config/tree/master/ruby\"\u003eLinters\u003c/a\u003e\u003c/li\u003e\n\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- Add new students or teachers. \n- Add new books.\n- Save records of who borrowed a book and when.\n- Use the Decorator design pattern.\n\n\u003cp align=\"right\"\u003e(\u003ca href=\"#readme-top\"\u003eback to top\u003c/a\u003e)\u003c/p\u003e\n\n\u003c!-- GETTING STARTED --\u003e\n\n## 💻 Getting Started \u003ca name=\"getting-started\"\u003e\u003c/a\u003e\n\n### Prerequisites\n\nIn order to run this project you need:\n\n- [Ruby](https://www.ruby-lang.org/en/) installed and running. To get more information, read the [installation instructions](https://github.com/microverseinc/curriculum-ruby/blob/main/simple-ruby/articles/ruby_installation_instructions.md).\n- You should be able to use [IRB](https://en.wikipedia.org/wiki/Ruby_(programming_language)#Features).\n### Setup\n\nClone this repository to your desired folder:\n\n```\n  git clone git@github.com:iamsjunaid/oop-school-library.git\n  cd enumerator\n```\n\n### Install\n\nInstall project dependencies with:\n\n```\n  bundle install\n```\n\n### Usage \u003ca name=\"usage\"\u003e\u003c/a\u003e\n\nTo run the project, instantiate the class files in `main.rb` and execute the following command:\n\n```\n  ruby main.rb\n```\n\n\u003cp align=\"right\"\u003e(\u003ca href=\"#readme-top\"\u003eback to top\u003c/a\u003e)\u003c/p\u003e\n\n\u003c!-- AUTHORS --\u003e\n\n## 👥 Authors \u003ca name=\"authors\"\u003e\u003c/a\u003e\n👤 **Junaid Syed**\n\n- GitHub: [@iamsjunaid](https://github.com/iamsjunaid)\n- LinkedIn: [@JunaidAhmedSyed](https://www.linkedin.com/in/junaidahmedsyed/)\n\n👤 **Nahid Raihan Sardar**\n\n- GitHub: [@githubhandle](https://github.com/Nahid1911)\n- Medium: [Medium](https://medium.com/@nahid.raihan)\n- LinkedIn: [LinkedIn](https://www.linkedin.com/in/nahidraihan/)\n- Twitter: [Twitter](https://twitter.com/Nahid1911)\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- I'll be adding some additional methods to this project.\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](https://github.com/iamsjunaid/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\u003c!-- SUPPORT --\u003e\n\n## ⭐️ Show your support \u003ca name=\"support\"\u003e\u003c/a\u003e\n\nIf you like this project and want to support me make cooler projects Give this project a Star.\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\nI would like to thanks [Microverse](https://www.microverse.org/).\n\n\u003cp align=\"right\"\u003e(\u003ca href=\"#readme-top\"\u003eback to top\u003c/a\u003e)\u003c/p\u003e\n\u003c!-- LICENSE --\u003e\n\n## 📝 License \u003ca name=\"license\"\u003e\u003c/a\u003e\n\nThis project is [MIT](https://github.com/iamsjunaid/oop-school-library/blob/dev/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%2Fiamsjunaid%2Foop-school-library","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fiamsjunaid%2Foop-school-library","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fiamsjunaid%2Foop-school-library/lists"}