{"id":20277020,"url":"https://github.com/devmunyi/oop_school_library","last_synced_at":"2026-06-07T17:32:21.529Z","repository":{"id":104188529,"uuid":"579940451","full_name":"devMunyi/OOP_school_library","owner":"devMunyi","description":"This project is a practice exercise that entails building OOP library to manage books recording and borrowing.","archived":false,"fork":false,"pushed_at":"2023-01-04T19:00:45.000Z","size":63,"stargazers_count":1,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"dev","last_synced_at":"2025-01-09T18:57:46.993Z","etag":null,"topics":[],"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/devMunyi.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":"2022-12-19T10:20:31.000Z","updated_at":"2023-03-04T00:56:19.000Z","dependencies_parsed_at":null,"dependency_job_id":"cd528618-f1f2-4bfb-990a-48748d0774d7","html_url":"https://github.com/devMunyi/OOP_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/devMunyi%2FOOP_school_library","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/devMunyi%2FOOP_school_library/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/devMunyi%2FOOP_school_library/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/devMunyi%2FOOP_school_library/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/devMunyi","download_url":"https://codeload.github.com/devMunyi/OOP_school_library/tar.gz/refs/heads/dev","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":241768407,"owners_count":20017117,"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-14T13:16:39.124Z","updated_at":"2025-03-04T01:33:41.629Z","avatar_url":"https://github.com/devMunyi.png","language":"Ruby","funding_links":[],"categories":[],"sub_categories":[],"readme":"## 📗 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  - [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](#support)\n- [🙏 Acknowledgements](#acknowledgements)\n- [❓ FAQ](#faq)\n- [📝 License](#license)\n\n# 📖 OOP Library \u003ca name=\"about-project\"\u003e\u003c/a\u003e\n\n\u003e This project is a practice exercise that entails building OOP library to manage recording and borrowing of books.\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\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**You can do the following with app:**\n\n- Add new students or teachers.\n- Add new books.\n- Save records of who borrowed a given book and when.\n- Persist the data in a json file.\n\n\u003cp align=\"right\"\u003e(\u003ca href=\"#readme-top\"\u003eback to top\u003c/a\u003e)\u003c/p\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- An IDE e.g [Visual studio code](https://code.visualstudio.com/).\n- [A terminal](https://code.visualstudio.com/docs/terminal/basics).\n\n### Setup\n\nClone this repository to your desired folder or download the Zip folder:\n\n```\ngit clone https://github.com/devMunyi/OOP_school_library.git\n```\n\n- Navigate to the location of the folder in your machine:\n\n**`you@your-Pc-name:~$ cd OOP_school_library`**\n\n### Install\n\nTo install all dependencies, run:\n\n```\nbundle install\n```\n\n### Usage\n\nTo run the project, follow these instructions:\n\n- After Cloning this repo to your local machine.\n- To get it running in your terminal, run it in your IDE\n\n### Run tests\n\nTo run tests, run the following command:\n\n```\nrubocop\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👤 **Samuel Munyi**\n\n- GitHub: [@devMunyi](https://github.com/devMunyi)\n- LinkedIn: [Samuel Munyi](https://www.linkedin.com/in/samuel-munyi-01315b174/)\n\n👤 **Ndikumana Isaie**\n\n- GitHub: [ndikumanaisaie](https://github.com/ndikumanaisaie)\n- Twitter: [Ndikuma38670724](https://twitter.com/Ndikuma38670724)\n- LinkedIn: [Ndikumana Isaie](https://www.linkedin.com/in/ndikumanaisaie/)\n\n👤 **Derrick Mulinde**\n\n- GitHub: [inspecta](https://github.com/inspecta)\n- Twitter: [djmulinde](https://twitter.com/djmulinde)\n- LinkedIn: [Derrick Mulinde](https://www.linkedin.com/in/derrick-mulinde/)\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- [ ] **Implement more methods.**\n- [ ] **Write Extra Message.**\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](../../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\nGive a ⭐️ if you like this project and how I managed to build it!\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- The original design ideal from Microverse💕.\n- Project from [Microverse](https://bit.ly/MicroverseTN) Ruby / Database and Interviewing module.\n- Thanks to the Microverse team for the great curriculum.\n- Thanks to the Code Reviewer(s) for the insightful feedbacks.\n- A great thanks to My coding partner(s), morning session team, and standup team for their contributions.\n- Hat tip to anyone whose code was used.\n\n\u003cp align=\"right\"\u003e(\u003ca href=\"#readme-top\"\u003eback to top\u003c/a\u003e)\u003c/p\u003e\n\n## ❓ FAQ \u003ca name=\"faq\"\u003e\u003c/a\u003e\n\n- **Can I fork and reuse the repository**\n\n  - Yes please, feel free.\n\n- **Can I improve the repository, and my changes will be accepted if they are good?**\n\n  - Yes please, nice ideas are welcome, please.\n\n\u003cp align=\"right\"\u003e(\u003ca href=\"#readme-top\"\u003eback to top\u003c/a\u003e)\u003c/p\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%2Fdevmunyi%2Foop_school_library","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fdevmunyi%2Foop_school_library","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fdevmunyi%2Foop_school_library/lists"}