{"id":17808584,"url":"https://github.com/simongideon/oop-school-library","last_synced_at":"2025-04-02T06:22:56.230Z","repository":{"id":65850953,"uuid":"601327697","full_name":"SimonGideon/OOP-school-library","owner":"SimonGideon","description":"In this project, you will start building your school library app. In this initial step, you will implement the classes to represent students and teachers.","archived":false,"fork":false,"pushed_at":"2023-09-21T12:41:22.000Z","size":620,"stargazers_count":2,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"dev","last_synced_at":"2025-02-07T20:49:24.170Z","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/SimonGideon.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-02-13T20:48:14.000Z","updated_at":"2024-06-07T19:40:22.000Z","dependencies_parsed_at":"2024-10-27T15:16:50.043Z","dependency_job_id":"f89f9b4c-734d-430e-bd0d-f9935a886b17","html_url":"https://github.com/SimonGideon/OOP-school-library","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":"SimonGideon/readme-template","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/SimonGideon%2FOOP-school-library","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/SimonGideon%2FOOP-school-library/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/SimonGideon%2FOOP-school-library/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/SimonGideon%2FOOP-school-library/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/SimonGideon","download_url":"https://codeload.github.com/SimonGideon/OOP-school-library/tar.gz/refs/heads/dev","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":246764576,"owners_count":20829954,"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-27T15:12:13.944Z","updated_at":"2025-04-02T06:22:56.188Z","avatar_url":"https://github.com/SimonGideon.png","language":"Ruby","funding_links":[],"categories":[],"sub_categories":[],"readme":"\u003ca name=\"readme-top\"\u003e\u003c/a\u003e\n\n\u003c!--\nHOW TO USE:\nThis is an example of how you may give instructions on setting up your project locally.\n\nModify this file to match your project and remove sections that don't apply.\n\nREQUIRED SECTIONS:\n- Table of Contents\n- About the Project\n  - Built With\n  - Live Demo\n- Getting Started\n- Authors\n- Future Features\n- Contributing\n- Show your support\n- Acknowledgements\n- License\n\nOPTIONAL SECTIONS:\n- FAQ\n\nAfter you're finished please remove all the comments and instructions!\n--\u003e\n\n\u003cdiv align=\"center\"\u003e\n   \u003ch3\u003e\u003cb\u003eSCHOOL LIBRARARY README\u003c/b\u003e\u003c/h3\u003e\n\u003c/div\u003e\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    - [Key Features](#key-features)\n  - [🚀 Live Demo](#live-demo)\n- [💻 Getting Started](#getting-started)\n  - [Setup](#setup)\n  - [Prerequisites](#prerequisites)\n  - [Install](#install)\n  - [Usage](#usage)\n  - [Run tests](#run-tests)\n  - [Deployment](#triangular_flag_on_post-deployment)\n- [👥 Authors](#authors)\n- [🔭 Future Features](#future-features)\n- [🤝 Contributing](#contributing)\n- [⭐️ Show your support](#support)\n- [🙏 Acknowledgements](#acknowledgements)\n- [❓ FAQ (OPTIONAL)](#faq)\n- [📝 License](#license)\n\n\u003c!-- PROJECT DESCRIPTION --\u003e\n\n# 📖 OOP school library \u003ca name=\"about-project\"\u003e\u003c/a\u003e\n\n\u003e Describe your project in 1 or 2 sentences.\n\nIn this project, you will start building your school library app - Book Rental Module, you can add a student or teacher who can rent a book.\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\n\u003cdetails\u003e\n  \u003csummary\u003estack\u003c/summary\u003e\n  \u003cul\u003e\n    \u003cli\u003e\u003ca href=\"https://ruby.org/\"\u003eRuby\u003c/a\u003e\u003c/li\u003e\n  \u003c/ul\u003e\n\u003c/details\u003e\n\n\u003c!-- Features --\u003e\n\n### Key Features \u003ca name=\"key-features\"\u003e\u003c/a\u003e\n\n- **Create and List Students**\n- **Create and List Teachers**\n- **Initiate Books Rentals**\n\n\u003cp align=\"right\"\u003e(\u003ca href=\"#readme-top\"\u003eback to top\u003c/a\u003e)\u003c/p\u003e\n\n\u003cp align=\"right\"\u003e(\u003ca href=\"#readme-top\"\u003eback to top\u003c/a\u003e)\u003c/p\u003e\n\n\u003c!-- GETTING STARTED --\u003e\n\n## 💻 Getting Started \u003ca name=\"getting-started\"\u003e\u003c/a\u003e\n\n### Setup\n\nClone this repository to your desired folder:\n\n```sh\n  cd my-folder\n  git clone https://github.com/SimonGideon/OOP-school-library.git\n```\n\n### Install\n\nInstall this project with(Ubuntu):\n\n```sh\n  cd school-library\n  gem bundle install\n```\n\n### Usage\n\nTo run the project, execute the following command:\n\n```sh\nruby main.rb  \n```\n\n### Run tests\n\nTo run tests, run the following command:\n\n\u003c!--\nExample command:\n\n```sh\n  bin/rails test test/models/article_test.rb\n```\n---\u003e\n\n### Live Demo\n\n[Screencast from 21-09-23 03:17:52 PM EAT.webm](https://github.com/SimonGideon/OOP-school-library/assets/61404403/00ad9da9-398d-4daf-8533-3fd2fd252dff)\n\n\n\u003cp align=\"right\"\u003e(\u003ca href=\"#readme-top\"\u003eback to top\u003c/a\u003e)\u003c/p\u003e\n\n\u003c!-- AUTHORS --\u003e\n\n👤 **Simon Gideon**\n\n- GitHub: [@SimonGideon](https://github.com/SimonGideon)\n- Twitter: [@Simo_Giddy](https://twitter.com/Simo_Giddy)\n- LinkedIn: [mnayi-gideon](https://www.linkedin.com/in/simon-gideon/)\n\n\n\u003cp align=\"right\"\u003e(\u003ca href=\"#readme-top\"\u003eback to top\u003c/a\u003e)\u003c/p\u003e\n\n\u003c!-- FUTURE FEATURES --\u003e\n\n## 🔭 Future Features \u003ca name=\"future-features\"\u003e\u003c/a\u003e\n\n\u003e Describe 1 - 3 features you will add to the project.\n\n- [ ] **Break down classes validations**\n- [ ] **Implement a UI on the same**\n- [ ] **Link it to a database**\n\n\u003cp align=\"right\"\u003e(\u003ca href=\"#readme-top\"\u003eback to top\u003c/a\u003e)\u003c/p\u003e\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](../../issues/).\n\n\u003cp align=\"right\"\u003e(\u003ca href=\"#readme-top\"\u003eback to top\u003c/a\u003e)\u003c/p\u003e\n\n\u003c!-- LICENSE --\u003e\n\n## 📝 License \u003ca name=\"license\"\u003e\u003c/a\u003e\n\nThis project is [MIT](https://github.com/SimonGideon/OOP-school-library/blob/set-up-associations/LICENSE) licensed.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fsimongideon%2Foop-school-library","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fsimongideon%2Foop-school-library","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fsimongideon%2Foop-school-library/lists"}