{"id":24061376,"url":"https://github.com/baqar-abbas/school-library","last_synced_at":"2026-06-10T02:31:23.506Z","repository":{"id":183449662,"uuid":"670162326","full_name":"baqar-abbas/school-library","owner":"baqar-abbas","description":"This project is a school Library app built using Ruby which will allow users to Add new students or teachers, Add new books and Save records of who borrowed a given book and when. It is an app to record what books are in the library and who borrows them.","archived":false,"fork":false,"pushed_at":"2023-08-07T19:40:06.000Z","size":32,"stargazers_count":2,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"dev","last_synced_at":"2025-02-26T14:45:17.796Z","etag":null,"topics":["rubocop","ruby","ruby-gem"],"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/baqar-abbas.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE.md","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-24T12:34:00.000Z","updated_at":"2023-08-18T07:46:36.000Z","dependencies_parsed_at":"2025-02-26T14:40:43.940Z","dependency_job_id":"52e10012-74ad-41f8-9caa-1019109cc4c8","html_url":"https://github.com/baqar-abbas/school-library","commit_stats":null,"previous_names":["baqar-abbas/school-library"],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/baqar-abbas/school-library","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/baqar-abbas%2Fschool-library","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/baqar-abbas%2Fschool-library/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/baqar-abbas%2Fschool-library/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/baqar-abbas%2Fschool-library/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/baqar-abbas","download_url":"https://codeload.github.com/baqar-abbas/school-library/tar.gz/refs/heads/dev","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/baqar-abbas%2Fschool-library/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":34134633,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-05-26T15:22:16.424Z","status":"online","status_checked_at":"2026-06-10T02:00:07.152Z","response_time":89,"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":["rubocop","ruby","ruby-gem"],"created_at":"2025-01-09T07:20:05.016Z","updated_at":"2026-06-10T02:31:23.479Z","avatar_url":"https://github.com/baqar-abbas.png","language":"Ruby","funding_links":[],"categories":[],"sub_categories":[],"readme":"\u003ca name=\"readme-top\"\u003e\u003c/a\u003e\n\n\u003cdiv align=\"center\"\u003e\n\n  \u003cbr/\u003e\n\n  \u003ch3\u003e\u003cb\u003eSchool Library\u003c/b\u003e\u003c/h3\u003e\n\n\u003c/div\u003e\n\n\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  - [Usage](#usage)\n- [👥 Author](#authors)\n- [🔭 Future Features](#future-features)\n- [🤝 Contributing](#contributing)\n- [⭐️ Show your support](#support)\n- [🙏 Acknowlednpments](#acknowlednpments)\n- [❓ FAQ (OPTIONAL)](#faq)\n- [📝 License](#license)\n\n\n# 📖 school-library\u003ca name=\"about-project\"\u003e\u003c/a\u003e\n\n**school-library** This project is a school Library app built using Ruby which will allow users to Add new students or teachers, Add new books and Save records of who borrowed a given book and when. It is an app to record what books are in the library and who borrows them.\n\n## 🛠 Built With \u003ca name=\"built-with\"\u003e\u003c/a\u003e\nRUBY\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  \u003c/ul\u003e\n\u003c/details\u003e\n\n### Key Features \u003ca name=\"key-features\"\u003e\u003c/a\u003e\n\n\u003e Key Features\n\n- Person, Student and Teacher classes has been implemented\n- Created classed ClassRoom, Book and Rental. \n- Created associations between classes.\n- Created UI for the console app using app.rb and main.rb.\n- Will add more functionalionaties and testing will be done in the upcoming milestones of this project\n\n\n\u003cp align=\"right\"\u003e(\u003ca href=\"#readme-top\"\u003eback to top\u003c/a\u003e)\u003c/p\u003e\n\n\n\u003cp align=\"right\"\u003e(\u003ca href=\"#readme-top\"\u003eback to top\u003c/a\u003e)\u003c/p\u003e\n\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\n### Prerequisites\n\nIn order to run this project you need:\n\n  ruby \u003e 3.2.2\n  code-runner\n\n\n### Setup\n\nClone this repository to your desired folder:\n\n```sh\n  cd my-folder\n  git clone git@github.com:baqar-abbas/school-library.git\n```\n\n### Usage\n\nTo run the project, execute the ruby file with any code runner of your choice.\n\n\n\u003cp align=\"right\"\u003e(\u003ca href=\"#readme-top\"\u003eback to top\u003c/a\u003e)\u003c/p\u003e\n\n\n## 👥 Author \u003ca name=\"authors\"\u003e\u003c/a\u003e\n\n👤 **Baqar Abbas**\n\n- GitHub: [@Baqar](https://github.com/baqar-abbas)\n- Twitter: [@BaqarAbbas9](https://twitter.com/BaqarAbbas9)\n- LinkedIn: [Baqar Abbas](https://www.linkedin.com/in/baqar-abbas/)\n\n\u003cp align=\"right\"\u003e(\u003ca href=\"#readme-top\"\u003eback to top\u003c/a\u003e)\u003c/p\u003e\n\n\n## 🔭 Future Features \u003ca name=\"future-features\"\u003e\u003c/a\u003e\n\n- More classes and functionalities will be added in the future milestones of this project.\n\n\u003cp align=\"right\"\u003e(\u003ca href=\"#readme-top\"\u003eback to top\u003c/a\u003e)\u003c/p\u003e\n\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\n## ⭐️ Show your support \u003ca name=\"support\"\u003e\u003c/a\u003e\n\n\u003e If you like this project please follow and give it a star ⭐️\n\n\u003cp align=\"right\"\u003e(\u003ca href=\"#readme-top\"\u003eback to top\u003c/a\u003e)\u003c/p\u003e\n\n\n## 🙏 Acknowledgments \u003ca name=\"acknowlednpments\"\u003e\u003c/a\u003e\n\n\u003e I would like to Thanks Microverse for the idea of this Program\n\n\u003cp align=\"right\"\u003e(\u003ca href=\"#readme-top\"\u003eback to top\u003c/a\u003e)\u003c/p\u003e\n\n\n## ❓ FAQ \u003ca name=\"faq\"\u003e\u003c/a\u003e\n\n\u003e Is this an Open Source Project?\n\nYes\n\n\u003cp align=\"right\"\u003e(\u003ca href=\"#readme-top\"\u003eback to top\u003c/a\u003e)\u003c/p\u003e\n\n\n## 📝 License \u003ca name=\"license\"\u003e\u003c/a\u003e\n\nThis project is [MIT](./LICENSE.md) licensed.\n\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%2Fbaqar-abbas%2Fschool-library","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fbaqar-abbas%2Fschool-library","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fbaqar-abbas%2Fschool-library/lists"}