{"id":24277099,"url":"https://github.com/indiecodermm/oop-school-library","last_synced_at":"2025-10-15T11:45:12.429Z","repository":{"id":153001269,"uuid":"613270963","full_name":"IndieCoderMM/oop-school-library","owner":"IndieCoderMM","description":"School library console app using OOP concepts","archived":false,"fork":false,"pushed_at":"2023-03-23T14:01:08.000Z","size":64,"stargazers_count":1,"open_issues_count":0,"forks_count":0,"subscribers_count":2,"default_branch":"dev","last_synced_at":"2025-01-15T23:56:22.524Z","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/IndieCoderMM.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-03-13T08:47:06.000Z","updated_at":"2023-07-25T01:26:00.000Z","dependencies_parsed_at":null,"dependency_job_id":"f155a651-2871-4f2e-b547-4514f088ddcf","html_url":"https://github.com/IndieCoderMM/oop-school-library","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":"IndieCoderMM/ruby-template","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/IndieCoderMM%2Foop-school-library","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/IndieCoderMM%2Foop-school-library/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/IndieCoderMM%2Foop-school-library/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/IndieCoderMM%2Foop-school-library/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/IndieCoderMM","download_url":"https://codeload.github.com/IndieCoderMM/oop-school-library/tar.gz/refs/heads/dev","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":243559113,"owners_count":20310699,"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":"2025-01-15T23:21:34.294Z","updated_at":"2025-10-15T11:45:07.403Z","avatar_url":"https://github.com/IndieCoderMM.png","language":"Ruby","readme":"\u003ca name=\"readme-top\"\u003e\u003c/a\u003e\n\n## 📗 Table of Contents\n\n- [📚 OOP School Library](#-oop-school-library)\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    - [Installation](#installation)\n    - [Usage](#usage)\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\n# 📚 OOP School Library\n\nA simple console app that allows users to create student and teacher objects, add new books to the library and keep track of borrowing records.\n\n## 🛠 Built With\n\n### Tech Stack\n\n- Ruby\n\n\n### Key Features\n\n- Add new students or teachers\n- Add new books\n- Save borrowing records\n\n\u003cp align=\"right\"\u003e(\u003ca href=\"#readme-top\"\u003eback to top\u003c/a\u003e)\u003c/p\u003e\n\n\n## 💻 Getting Started\n\nTo get a local copy up and running, follow these steps.\n\n### Prerequisites\n\nIn order to run this project you need [Ruby](https://www.ruby-lang.org/en/) installed on your machine.\n\n\n### Setup\n\nClone this repository to your desired folder:\n\n```sh\n  cd my-project\n  git clone git@github.com:IndieCoderMM/oop-school-library.git .\n```\n\n### Installation\n\nInstall this project with:\n\n```sh\n  gem install\n```\n\n### Usage\n\nTo run the project, execute the following command:\n\n\n```sh\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\n## 👥 Authors\n\n👨‍🚀 **Hein Thant**\n\n- GitHub: [@githubhandle](https://github.com/indiecodermm)\n- LinkedIn: [LinkedIn](https://linkedin.com/in/hthantoo)\n- Gmail: hthant00chk@gmail.com\n\n👨‍🚀 **Yetemegn Lemma**\n\n- GitHub: [@yetemegn-telaye](https://github.com/yetemegn-telaye)\n- Twitter: [@Yetemegn19](https://twitter.com/Yetemegn19)\n- Gmail: lemma19yet@gmail.com\n\n👨‍🚀 **Ajayi Ridwan**\n\n- GitHub: [@Ridwanullahi-code](https://github.com/Ridwanullahi-code)\n- LinkedIn: [LinkedIn](https://www.linkedin.com/in/ajayi-ridwan/)\n\n\u003cp align=\"right\"\u003e(\u003ca href=\"#readme-top\"\u003eback to top\u003c/a\u003e)\u003c/p\u003e\n\n## 🔭 Future Features \n\n- [ ] Add basic UI\n- [ ] Preserve data\n- [ ] Unit tests\n\n\u003cp align=\"right\"\u003e(\u003ca href=\"#readme-top\"\u003eback to top\u003c/a\u003e)\u003c/p\u003e\n\n\n## 🤝 Contributing\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\n\nIf you like this project, please consider giving it a ⭐.\n\n\u003cp align=\"right\"\u003e(\u003ca href=\"#readme-top\"\u003eback to top\u003c/a\u003e)\u003c/p\u003e\n\n\n## 🙏 Acknowledgments\n\nI would like to thank all code reviewers for making this project better.\n\n\u003cp align=\"right\"\u003e(\u003ca href=\"#readme-top\"\u003eback to top\u003c/a\u003e)\u003c/p\u003e\n\n\n## 📜 License\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","funding_links":[],"categories":[],"sub_categories":[],"project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Findiecodermm%2Foop-school-library","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Findiecodermm%2Foop-school-library","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Findiecodermm%2Foop-school-library/lists"}