{"id":15549893,"url":"https://github.com/iturres/oop_school_library_2","last_synced_at":"2025-04-23T19:24:50.648Z","repository":{"id":205882931,"uuid":"715299503","full_name":"ITurres/oop_school_library_2","owner":"ITurres","description":"💎 Simple ruby app to manage school library.","archived":false,"fork":false,"pushed_at":"2023-11-10T21:03:31.000Z","size":282,"stargazers_count":4,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"development","last_synced_at":"2025-04-23T19:24:36.773Z","etag":null,"topics":["agregation","associations","oop-principles","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/ITurres.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-11-06T21:34:05.000Z","updated_at":"2024-01-17T00:34:50.000Z","dependencies_parsed_at":"2023-11-07T04:07:53.312Z","dependency_job_id":null,"html_url":"https://github.com/ITurres/oop_school_library_2","commit_stats":null,"previous_names":["iturres/oop_school_library_2"],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ITurres%2Foop_school_library_2","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ITurres%2Foop_school_library_2/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ITurres%2Foop_school_library_2/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ITurres%2Foop_school_library_2/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/ITurres","download_url":"https://codeload.github.com/ITurres/oop_school_library_2/tar.gz/refs/heads/development","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":250498175,"owners_count":21440426,"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":["agregation","associations","oop-principles","ruby"],"created_at":"2024-10-02T13:41:52.239Z","updated_at":"2025-04-23T19:24:50.628Z","avatar_url":"https://github.com/ITurres.png","language":"Ruby","funding_links":[],"categories":[],"sub_categories":[],"readme":"\u003ca name=\"readme-top\"\u003e\u003c/a\u003e\n\n\u003cdiv align=\"center\"\u003e\n    \u003cimg src=\"assets/school-library-logo.png\" alt=\"logo\" width=\"300\"  height=\"auto\" /\u003e\n    \u003ch1\u003e\u003cb\u003eOOP School Library 2\u003c/b\u003e\u003c/h1\u003e\n\u003c/div\u003e\n\n---\n\n\u003c!-- TABLE OF CONTENTS --\u003e\n\n# 📗 Table of Contents\n\n- [📖 About the Project](#about-project)\n  - [🛠 Built With](#built-with)\n    - [Tech Stack](#tech-stack)\n- [💻 Getting Started](#getting-started)\n  - [Prerequisites](#prerequisites)\n  - [Setup](#setup)\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---\n\n\u003c!-- PROJECT DESCRIPTION --\u003e\n\n# 📖 OOP School Library \u003ca name=\"about-project\"\u003e\u003c/a\u003e\n\n- The goal is to build a simple app using OOP and Ruby to manage a school library.\n\n#### Learning objectives\n\n- Use OOP to build a simple app.\n- Implement classes and objects in Ruby.\n- Implement encapsulation and inheritance with Ruby.\n- Implement composition (as an example of the design pattern).\n- Set up associations between classes and objects.\n- Build interactive console apps.\n- Add basic UI to a program.\n- Run a program using the command line.\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  \u003cul\u003e\n    \u003cli\u003e\n      \u003ca href=\"https://www.ruby-lang.org/en/\"\u003e\n        \u003cimg src=\"https://skillicons.dev/icons?i=ruby\"/\u003e Ruby\n      \u003c/a\u003e\n    \u003c/li\u003e\n  \u003c/ul\u003e\n\n---\n\n\u003c!-- GETTING STARTED --\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- Have Ruby installed. If you need to install Ruby, follow the instructions on the [official page](https://www.ruby-lang.org/en/documentation/installation/).\n\n### Setup\n\nClone this repository to your desired folder:\n\nExample commands:\n\n- With SSH:\n\n```bash\n  cd my-folder\n  git clone git@github.com:ITurres/oop_school_library_2.git\n```\n\n- With HTTPS:\n\n```bash\n  cd my-folder\n  git clone https://github.com/ITurres/oop_school_library_2.git\n```\n\n- With GitHub CLI:\n\n```bash\n  cd my-folder\n  gh repo clone ITurres/oop_school_library_2\n```\n\n### Usage\n\n```bash\n cd ui/\n  ruby main.rb\n```\n\nOR\n\n```bash\nruby ui/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\n\u003c!-- AUTHORS --\u003e\n\n## 👥 Authors \u003ca name=\"authors\"\u003e\u003c/a\u003e\n\n👤 **Arthur Iturres**\n\n- GitHub: [@ITurres](https://github.com/ITurres)\n- LinkedIn: [Arthur Emanuel G. Iturres](https://www.linkedin.com/in/arturoemanuelguerraiturres/)\n- Angellist / Wellfound: [Arturo (Arthur) Emanuel Guerra Iturres](https://wellfound.com/u/arturo-arthur-emanuel-guerra-iturres)\n- Youtube: [Arturo Emanuel Guerra Iturres - Youtube Channel](https://www.youtube.com/channel/UC6GFUFHOtBS9mOuI8EJ6q4g)\n- Portfolio: [Arthur Iturres - Portfolio](https://iturres.github.io/iturres-reactive-portfolio/)\n\n\u003cp align=\"right\"\u003e(\u003ca href=\"#readme-top\"\u003eback to top\u003c/a\u003e)\u003c/p\u003e\n\n---\n\n\u003c!-- FUTURE FEATURES --\u003e\n\n## 🔭 Future Features \u003ca name=\"future-features\"\u003e\u003c/a\u003e\n\n- [x] Class Decorators.\n- [x] Associations.\n- [x] 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\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/ITurres/oop_school_library_2/issues).\n\n\u003cp align=\"right\"\u003e(\u003ca href=\"#readme-top\"\u003eback to top\u003c/a\u003e)\u003c/p\u003e\n\n---\n\n\u003c!-- SUPPORT --\u003e\n\n## ⭐️ Show your support \u003ca name=\"support\"\u003e\u003c/a\u003e\n\nGive a ⭐ if you liked this project!\n\n\u003cp align=\"right\"\u003e(\u003ca href=\"#readme-top\"\u003eback to top\u003c/a\u003e)\u003c/p\u003e\n\n---\n\n\u003c!-- ACKNOWLEDGEMENTS --\u003e\n\n## 🙏 Acknowledgments \u003ca name=\"acknowledgements\"\u003e\u003c/a\u003e\n\nI thank the **Code Reviewers** for their advice and time 🏆\n\n\u003cp align=\"right\"\u003e(\u003ca href=\"#readme-top\"\u003eback to top\u003c/a\u003e)\u003c/p\u003e\n\n---\n\n\u003c!-- LICENSE --\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\n---\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fiturres%2Foop_school_library_2","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fiturres%2Foop_school_library_2","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fiturres%2Foop_school_library_2/lists"}