{"id":19060872,"url":"https://github.com/hfg43/oop-school-library","last_synced_at":"2025-04-24T07:03:42.364Z","repository":{"id":191498501,"uuid":"684254290","full_name":"HFG43/OOP-school-library","owner":"HFG43","description":"School Library is an app build on Ruby, to run on command line where you con add teachers, students, classrooms, and book and make rent of them.","archived":false,"fork":false,"pushed_at":"2023-09-08T02:57:14.000Z","size":48,"stargazers_count":7,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"develop","last_synced_at":"2025-04-24T07:03:14.976Z","etag":null,"topics":["ruby"],"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/HFG43.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}},"created_at":"2023-08-28T19:06:40.000Z","updated_at":"2024-09-02T12:07:29.000Z","dependencies_parsed_at":null,"dependency_job_id":"8c90ea5d-16ae-448f-9757-e66a9e98e3aa","html_url":"https://github.com/HFG43/OOP-school-library","commit_stats":null,"previous_names":["hfg43/oop-school-library"],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/HFG43%2FOOP-school-library","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/HFG43%2FOOP-school-library/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/HFG43%2FOOP-school-library/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/HFG43%2FOOP-school-library/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/HFG43","download_url":"https://codeload.github.com/HFG43/OOP-school-library/tar.gz/refs/heads/develop","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":250580729,"owners_count":21453534,"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":["ruby"],"created_at":"2024-11-09T00:17:12.740Z","updated_at":"2025-04-24T07:03:42.304Z","avatar_url":"https://github.com/HFG43.png","language":"Ruby","readme":"\u003ca name=\"readme-top\"\u003e\u003c/a\u003e\n\u003cdiv align=\"center\"\u003e\n\n  \u003ch3\u003e\u003cb\u003eSchool Library\u003c/b\u003e\u003c/h3\u003e\n\n\u003c/div\u003e\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  - [Prerequisites](#prerequisites)\n  - [Usage](#usage)\n- [👥 Authors](#authors)\n- [🔭 Future Features](#future-features)\n- [🤝 Contributing](#contributing)\n- [⭐️ Show your support](#support)\n- [🙏 Acknowledgements](#acknowledgements)\n- [📝 License](#license)\n\n# 📖 School Library\u003ca name=\"about-project\"\u003e\u003c/a\u003e.\n\n**School Library** is a library app created using Ruby to practice OOP and apply best practices.\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/es/\"\u003eRuby\u003c/a\u003e\u003c/li\u003e\n    \u003cli\u003e\u003ca href=\"https://github.com/github/rubocop-github/blob/main/STYLEGUIDE.md\"\u003eRuby styles guide\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- **Use Gitflow**\n- **Implement classes and objects**\n- **Use encapsulation and inheritance**\n- **Ruby styles reviewed with Rubocop Linters**\n- **Use composition**\n- **Implement book \u0026 rental associations**\n- **Built interactive console app**\n- **Make sure it use SOLID, YAGNI, KISS, DRY principles**\n- **Preserve data**\n- **Run Unit tests using Rspec**\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\nThis repository includes files with ruby lenguage.\n\n### Prerequisites\n\nIn order to run this project you need to have Ruby installed, check [this](https://www.ruby-lang.org/en/) documentation in order to know how to install it.\n\n### Setup\n\nClone this repository to your desired folder:\n\n  cd my-folder https://github.com/HFG43/OOP-school-library\n  git clone \n\n### Usage\n\nTo run the project, in your command line execute the following commands:\n\n```sh\n  ruby main.rb\n```\nTo check the linters you can use the command:\n\n```sh\n  rubocop\n```\n\nTo fix the linter use: \n\n```sh\n  rubocop --fix\n```\n\n\u003cp align=\"right\"\u003e(\u003ca href=\"#readme-top\"\u003eback to top\u003c/a\u003e)\u003c/p\u003e\n\n## 👥 Author \u003ca name=\"authors\"\u003e\u003c/a\u003e\n\n👤 **Hernán Güemes**\n\n- GitHub: [@githubhandle](https://github.com/HFG43)\n- Twitter: [@twitterhandle](https://twitter.com/HFG_43)\n- LinkedIn: [LinkedIn](https://www.linkedin.com/in/hern%C3%A1n-g%C3%BCemes-a440591b/)\n\n👤 **Franck Sefu**\n\n- GitHub: [francksefu](https://github.com/francksefu)\n- Twitter: [francksefu](https://twitter.com/franck_sefu)\n- LinkedIn: [francksefu](https://www.linkedin.com/in/franck-sefu/)\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- [ ] **Add Delete and Update options for stored data**\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](https://github.com/HFG43/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## ⭐️ Show your support \u003ca name=\"support\"\u003e\u003c/a\u003e\n\nIf you like this project you could clone the repo and work with it or do the changes in a new branch. Also you could let a message with your thoughts.\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 thank Microverse for providing the necessary resources for this project.\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","funding_links":[],"categories":[],"sub_categories":[],"project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fhfg43%2Foop-school-library","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fhfg43%2Foop-school-library","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fhfg43%2Foop-school-library/lists"}