{"id":15522212,"url":"https://github.com/blase147/oop-school-library","last_synced_at":"2026-04-29T18:34:06.049Z","repository":{"id":67839892,"uuid":"586537109","full_name":"blase147/OOP-School-Library","owner":"blase147","description":"This is a school library app. In this project, I implement the classes to represent students and teachers.","archived":false,"fork":false,"pushed_at":"2023-01-21T07:04:07.000Z","size":70,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"dev","last_synced_at":"2025-03-28T20:15:10.512Z","etag":null,"topics":["association-rules","classes","methods","objects","ruby","ui"],"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/blase147.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-01-08T13:53:44.000Z","updated_at":"2023-01-08T17:22:14.000Z","dependencies_parsed_at":null,"dependency_job_id":"e4e26a9f-6ea3-4b44-91e1-c8da0888faef","html_url":"https://github.com/blase147/OOP-School-Library","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/blase147/OOP-School-Library","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/blase147%2FOOP-School-Library","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/blase147%2FOOP-School-Library/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/blase147%2FOOP-School-Library/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/blase147%2FOOP-School-Library/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/blase147","download_url":"https://codeload.github.com/blase147/OOP-School-Library/tar.gz/refs/heads/dev","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/blase147%2FOOP-School-Library/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":32439218,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-04-29T18:12:22.909Z","status":"ssl_error","status_checked_at":"2026-04-29T18:11:33.322Z","response_time":110,"last_error":"SSL_connect returned=1 errno=0 peeraddr=140.82.121.5:443 state=error: unexpected eof while reading","robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":false,"can_crawl_api":true,"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":["association-rules","classes","methods","objects","ruby","ui"],"created_at":"2024-10-02T10:40:26.879Z","updated_at":"2026-04-29T18:34:06.030Z","avatar_url":"https://github.com/blase147.png","language":"Ruby","funding_links":[],"categories":[],"sub_categories":[],"readme":"# 📗 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- [👥 Authors](#authors)\n- [🔭 Future Features](#future-features)\n- [🤝 Contributing](#contributing)\n- [⭐️ Show your support](#support)\n- [❓ FAQ (OPTIONAL)](#faq)\n- [🙏 Acknowledgements](#acknowledgements)\n- [📝 License](#license)\n## 📖 OOP-School-Library\u003ca name=\"about-project\"\u003e\u003c/a\u003e\n\nThis APP will allow you to: Add new students or teachers. Add new books. Save records of who borrowed a given book and when. And all of this is done in a beautiful and well-organized way!\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\u003eBackend\u003c/summary\u003e\n  \u003cul\u003e\n    \u003cli\u003e\u003ca href=\"https://www.ruby.org/\"\u003eRuby\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- **Add new students or teachers**\n- **Add new books**\n- **Save records of who borrowed a given book and when**\n- **Include Unit tests for TDD compliance**\n\n\n\u003cp align=\"right\"\u003e(\u003ca href=\"#readme-top\"\u003eback to top\u003c/a\u003e)\u003c/p\u003e\n\n\u003c!-- LIVE DEMO --\u003e\n\n## 🚀 Live Demo \u003ca name=\"live-demo\"\u003e\u003c/a\u003e\n\n- [Coming soon...](https://github.com/blase147/OOP-School-Library.io)\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\nTo get a local copy up and running follow these simple example steps.\n\n- copy this link \u003chttps://github.com/blase147/OOP-School-Library.git\u003e\n- get the directory that you want to clone the repository.\n\n### Prerequisites\n\nIn order to run this project you need:\n\n- A Desktop or Laptop Computer running on with Windows, Mac OS or Linux operating system.\n- Ruby installed on the Computer\n\n### Setup\n\nopen the command prompt in this directory.\n- write git clone \u003chttps://github.com/blase147/OOP-School-Library.git\u003e\n- or git clone git@github.com/blase147/OOP-School-Library.git` if you prefer ssh and hit enter.\n- create a directory in your preferred location (e.g in the Desktop or Document directory)\n\n### Install\n\nInstall this project with:\n\n- Dependencies _(a packet manager is required)_: then you run the command `npm install` in the terminal\n\n### Usage\n\nTo run the project, execute the following command:\n\n- `ruby -the name of the file-`\n- This will run the project in the terminal in the specified directory\n\n### Run tests\n\nTo run tests, run the following command:\n\n- `npm run test`\n- This will run all tests on your local machine\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## 👥 Authors \u003ca name=\"authors\"\u003e\u003c/a\u003e\n\n👤 **Chukwuma Paul Mosanya**\n\n[GitHub](https://github.com/blase147) | [Twitter](https://twitter.com/ChukwumaMosanya) | [LinkedIn](https://www.linkedin.com/in/chukwuma-mosanya)\n\n👤 **Oluwatoyin Olaoye**\n\n- GitHub: [![Abayomi](https://img.shields.io/badge/-Abayomi-white?logo=GitHub\u0026logoColor=181717\u0026style=plastic)](https://github.com/abayomiolaoye)\n- Twitter: [![Abayomi](https://img.shields.io/badge/-Abayomi-blue?logo=Twitter\u0026logoColor=skyBlue\u0026style=plastic)](https://twitter.com/olaoyeelijah)\n- LinkedIn: [![Oluwatoyin](https://img.shields.io/badge/-Oluwatoyin-white?logo=LinkedIn\u0026logoColor=181717\u0026style=plastic)](https://linkedin.com/in/oluwatoyinolaoye)\n\n👤 **Sammuel LEKPOR**\n\n- GitHub: [@Samuellekpor](https://github.com/Samuellekpor)\n- Twitter: [@samuel_lekpor](https://twitter.com/samuel_lekpor)\n- LinkedIn: [LinkedIn](https://linkedin.com/in/sammuel-lekpor)\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 To be added later\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](../../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 \u003ca name=\"support\"\u003e\u003c/a\u003e\n\nIf you like this project 😄, a star would be a nice gift from you :astronaut:\n\n\u003cp align=\"right\"\u003e(\u003ca href=\"#readme-top\"\u003eback to top\u003c/a\u003e)\u003c/p\u003e\n\n\n## 🙏 Acknowledgments \u003ca name=\"acknowledgements\"\u003e\u003c/a\u003e\n\nA big thanks to the [Microverse Team](https://www.microverse.org)\n\n\u003cp align=\"right\"\u003e(\u003ca href=\"#readme-top\"\u003eback to top\u003c/a\u003e)\u003c/p\u003e\n\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","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fblase147%2Foop-school-library","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fblase147%2Foop-school-library","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fblase147%2Foop-school-library/lists"}