{"id":16071877,"url":"https://github.com/dennis-every/school_library","last_synced_at":"2025-03-15T01:33:09.718Z","repository":{"id":163683435,"uuid":"626496972","full_name":"dennis-every/school_library","owner":"dennis-every","description":"A simple school library app to demonstrate oop using ruby","archived":false,"fork":false,"pushed_at":"2023-04-20T17:40:17.000Z","size":46,"stargazers_count":2,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"dev","last_synced_at":"2025-01-21T17:28:15.501Z","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":"other","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/dennis-every.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-04-11T15:27:08.000Z","updated_at":"2023-07-11T23:55:14.000Z","dependencies_parsed_at":null,"dependency_job_id":"47420678-65b5-42cc-acbd-6b85b869e178","html_url":"https://github.com/dennis-every/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/dennis-every%2Fschool_library","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/dennis-every%2Fschool_library/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/dennis-every%2Fschool_library/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/dennis-every%2Fschool_library/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/dennis-every","download_url":"https://codeload.github.com/dennis-every/school_library/tar.gz/refs/heads/dev","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":243671434,"owners_count":20328619,"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-10-09T08:00:18.189Z","updated_at":"2025-03-15T01:33:09.688Z","avatar_url":"https://github.com/dennis-every.png","language":"Ruby","funding_links":[],"categories":[],"sub_categories":[],"readme":"\u003c!-- TABLE OF CONTENTS --\u003e\r\n\r\n# 📗 Table of Contents\r\n\r\n- [📗 Table of Contents](#-table-of-contents)\r\n- [📖 School Library ](#-school-library-)\r\n  - [🛠 Built With ](#-built-with-)\r\n    - [Tech Stack ](#tech-stack-)\r\n    - [Key Features ](#key-features-)\r\n  - [💻 Getting Started ](#-getting-started-)\r\n    - [Prerequisites](#prerequisites)\r\n    - [Setup](#setup)\r\n    - [Install](#install)\r\n    - [Usage](#usage)\r\n  - [👥 Authors ](#-authors-)\r\n  - [🔭 Future Features ](#-future-features-)\r\n  - [🤝 Contributing ](#-contributing-)\r\n  - [⭐️ Show your support ](#️-show-your-support-)\r\n  - [🙏 Acknowledgments ](#-acknowledgments-)\r\n  - [❓ FAQ ](#-faq-)\r\n  - [📝 License ](#-license-)\r\n\r\n\u003c!-- PROJECT DESCRIPTION --\u003e\r\n\r\n# 📖 School Library \u003ca name=\"school-library\"\u003e\u003c/a\u003e\r\n\r\nA simple school library app to demonstrate object oriented programming using Ruby\r\n\r\n## 🛠 Built With \u003ca name=\"built-with\"\u003e\u003c/a\u003e\r\n\r\n### Tech Stack \u003ca name=\"tech-stack\"\u003e\u003c/a\u003e\r\n\r\n\u003cdetails\u003e\r\n\u003csummary\u003eRuby\u003c/summary\u003e\r\n  \u003cul\u003e\r\n    \u003cli\u003e\u003ca href=\"https://www.ruby-lang.org/en/\"\u003eRuby\u003c/a\u003e\u003c/li\u003e\r\n  \u003c/ul\u003e\r\n\u003c/details\u003e\r\n\r\n\u003c!-- Features --\u003e\r\n\r\n### Key Features \u003ca name=\"key-features\"\u003e\u003c/a\u003e\r\n\r\n- **Run a school library program using the command line**\r\n- **Describe the SOLID principles of OOP.**\r\n- **Refactor your own Ruby code after gaining new knowledge.**\r\n- **Apply Ruby best practices and language style guides in code.**\r\n- **Preserve data.**\r\n- **unit tests.**\r\n\r\n\u003cp align=\"right\"\u003e(\u003ca href=\"#readme-top\"\u003eback to top\u003c/a\u003e)\u003c/p\u003e\r\n\r\n\u003c!-- GETTING STARTED --\u003e\r\n\r\n## 💻 Getting Started \u003ca name=\"getting-started\"\u003e\u003c/a\u003e\r\n\r\nTo get a local copy up and running, follow these steps.\r\n\r\n### Prerequisites\r\n\r\nIn order to run this project you need:\r\n\r\n- Ruby 3.2.2\r\n\r\n### Setup\r\n\r\nClone this repository to your desired folder:\r\n\r\n```sh\r\n  cd my-folder\r\n  git clone git@github.com:dennis-every/school-library.git\r\n```\r\n\r\n### Install\r\n\r\nNo instalation needed.\r\n\r\n### Usage\r\n\r\nTo run the project, execute the following command:\r\n\r\n```sh\r\n  ruby main.rb\r\n```\r\n\r\n\u003cp align=\"right\"\u003e(\u003ca href=\"#readme-top\"\u003eback to top\u003c/a\u003e)\u003c/p\u003e\r\n\r\n\u003c!-- AUTHORS --\u003e\r\n\r\n## 👥 Authors \u003ca name=\"authors\"\u003e\u003c/a\u003e\r\n\r\n👤 **Dennis Every**\r\n\r\n- GitHub: [@dennis-every](https://github.com/dennis-every)\r\n- Twitter: [@dennis_every](https://twitter.com/dennis_every)\r\n- LinkedIn: [dennis-every](https://www.linkedin.com/in/dennis-every/)\r\n\r\n👤 **Nilton Segura**\r\n\r\n- GitHub: [@Nkaleth](https://github.com/Nkaleth)\r\n- Twitter: [@NoeSeguraL](https://twitter.com/NoeSeguraL)\r\n- LinkedIn: [LinkedIn](https://www.linkedin.com/in/niltonsegura/)\r\n\r\n\u003cp align=\"right\"\u003e(\u003ca href=\"#readme-top\"\u003eback to top\u003c/a\u003e)\u003c/p\u003e\r\n\r\n\u003c!-- FUTURE FEATURES --\u003e\r\n\r\n## 🔭 Future Features \u003ca name=\"future-features\"\u003e\u003c/a\u003e\r\n\r\n- **Add SQL schema to create database**\r\n\r\n\u003cp align=\"right\"\u003e(\u003ca href=\"#readme-top\"\u003eback to top\u003c/a\u003e)\u003c/p\u003e\r\n\r\n\u003c!-- CONTRIBUTING --\u003e\r\n\r\n## 🤝 Contributing \u003ca name=\"contributing\"\u003e\u003c/a\u003e\r\n\r\nContributions, issues, and feature requests are welcome!\r\n\r\nFeel free to check the [issues page](../../issues/).\r\n\r\n\u003cp align=\"right\"\u003e(\u003ca href=\"#readme-top\"\u003eback to top\u003c/a\u003e)\u003c/p\u003e\r\n\r\n\u003c!-- SUPPORT --\u003e\r\n\r\n## ⭐️ Show your support \u003ca name=\"support\"\u003e\u003c/a\u003e\r\n\r\nIf you like this project feel free to fork it and use it as you need and don't forget to start it!.\r\n\r\n\u003cp align=\"right\"\u003e(\u003ca href=\"#readme-top\"\u003eback to top\u003c/a\u003e)\u003c/p\u003e\r\n\r\n\u003c!-- ACKNOWLEDGEMENTS --\u003e\r\n\r\n## 🙏 Acknowledgments \u003ca name=\"acknowledgements\"\u003e\u003c/a\u003e\r\n\r\nI would like to thank Microverse for the information provided to build this project.\r\n\r\n\u003cp align=\"right\"\u003e(\u003ca href=\"#readme-top\"\u003eback to top\u003c/a\u003e)\u003c/p\u003e\r\n\r\n\u003c!-- FAQ --\u003e\r\n\r\n## ❓ FAQ \u003ca name=\"faq\"\u003e\u003c/a\u003e\r\n\r\n- **Can I use the project for any purpose?**\r\n\r\n  - Yes, you can use this files for anything you need\r\n\r\n- **Do I need to ask for permission?**\r\n\r\n  - No need to ask for permission.\r\n\r\n\u003cp align=\"right\"\u003e(\u003ca href=\"#readme-top\"\u003eback to top\u003c/a\u003e)\u003c/p\u003e\r\n\r\n\u003c!-- LICENSE --\u003e\r\n\r\n## 📝 License \u003ca name=\"license\"\u003e\u003c/a\u003e\r\n\r\nThis project is [MIT](./MIT.md) licensed\r\n\r\n\u003cp align=\"right\"\u003e(\u003ca href=\"#readme-top\"\u003eback to top\u003c/a\u003e)\u003c/p\u003e\r\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fdennis-every%2Fschool_library","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fdennis-every%2Fschool_library","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fdennis-every%2Fschool_library/lists"}