{"id":21371532,"url":"https://github.com/carreraprogrammer/school-library","last_synced_at":"2025-06-29T06:34:00.368Z","repository":{"id":176637192,"uuid":"655930824","full_name":"carreraprogrammer/school-library","owner":"carreraprogrammer","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-06-30T18:20:30.000Z","size":648,"stargazers_count":3,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"dev","last_synced_at":"2025-03-16T08:42:18.291Z","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":null,"status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/carreraprogrammer.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":null,"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-06-19T23:27:48.000Z","updated_at":"2023-07-09T04:41:06.000Z","dependencies_parsed_at":null,"dependency_job_id":"4ed9a061-fc66-48b0-b0cd-f4050f4a47b6","html_url":"https://github.com/carreraprogrammer/school-library","commit_stats":null,"previous_names":["carreraprogrammer/school-library"],"tags_count":0,"template":false,"template_full_name":"microverseinc/readme-template","purl":"pkg:github/carreraprogrammer/school-library","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/carreraprogrammer%2Fschool-library","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/carreraprogrammer%2Fschool-library/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/carreraprogrammer%2Fschool-library/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/carreraprogrammer%2Fschool-library/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/carreraprogrammer","download_url":"https://codeload.github.com/carreraprogrammer/school-library/tar.gz/refs/heads/dev","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/carreraprogrammer%2Fschool-library/sbom","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":262547446,"owners_count":23327176,"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-22T08:13:57.796Z","updated_at":"2025-06-29T06:34:00.353Z","avatar_url":"https://github.com/carreraprogrammer.png","language":"Ruby","readme":"\u003ca name=\"readme-top\"\u003e\u003c/a\u003e\n\n\u003cdiv align=\"center\"\u003e\n\n  \u003cimg src=\"https://github.com/carreraprogrammer/To-do-List/blob/master/carrera_logo.png?raw=true\" alt=\"logo\" width=\"140\"  height=\"auto\" /\u003e\n  \u003cbr/\u003e\n\n\u003c/div\u003e\n\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](#faq)\n- [📝 License](#license)\n\n# 📖 [OOP SCHOOL] \u003ca name=\"about-project\"\u003e\u003c/a\u003e\n\n\n**[OOP SCHOOL]** is a web application, where I created a school library with the next functionalities: Add new students or teachers,Add new books, and Save records of who borrowed a given book and when.\n## 🛠 Built With \u003ca name=\"built-with\"\u003e\u003c/a\u003e\n\n### Tech Stack \u003ca name=\"tech-stack\"\u003e\u003c/a\u003e\n\nThe following technologies were used in the development of this project:\n\nRuby: To create and manipulate the classes\n\n\n### Key Features \u003ca name=\"key-features\"\u003e\u003c/a\u003e\n\n- **You can add new students or teachers**\n- **You can add new books**\n- **You can Save records of who borrowed a given book and when**\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\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\n```sh\n  gem install bundler\n```\n\n### Setup\n\nClone this repository to your desired folder:\n\n\n```sh\n  cd my-folder\n  git clone git@github.com:carreraprogrammer/school.git\n```\n\n### Usage\n\nTo run the project, execute the following command:\n\n```sh\n  bundle init\n```\n\n\n### Deployment\n\nYou can deploy this project using:\n\n\n```sh\n    ruby person.rb\n    ruby student.rb\n    ruby teacher.rb\n```\n\n\n\u003cp align=\"right\"\u003e(\u003ca href=\"#readme-top\"\u003eback to top\u003c/a\u003e)\u003c/p\u003e\n\n## 👥 Authors \u003ca name=\"authors\"\u003e\u003c/a\u003e\n\n\n👤 **Daniel Carrera**\n​\n- GitHub: [@carreraprogrammer](https://github.com/carreraprogrammer)\n- Twitter: [@carreraprogrammer](https://twitter.com/carreraprog)\n- LinkedIn: [Daniel Carrera] (https://www.linkedin.com/in/daniel-carrera-paz-85a917244/)\n\n👤 **Nabeel Ahmed**\n- GitHub: [@Metaverse-Nabeel](https://github.com/Metaverse-Nabeel)\n- LinkedIn: [@Nabeel129](https://www.linkedin.com/in/nabeel129/)\n- Wellfound(AngelList): [@Nabeel129](https://wellfound.com/u/nabeel-ahmed-62)\n\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 basic UI]**\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/carreraprogrammer/school/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\n\nIf you like this project, I'd really appreciate if you can give me a star.\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\n\nI would like to thank to my family, my coding partners and Microverse, that are always pushing me to became my best version\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](MIT.md) licensed.\n\n\u003cp align=\"right\"\u003e(\u003ca href=\"#readme-top\"\u003eback to top\u003c/a\u003e)\u003c/p\u003e\n","funding_links":[],"categories":[],"sub_categories":[],"project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fcarreraprogrammer%2Fschool-library","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fcarreraprogrammer%2Fschool-library","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fcarreraprogrammer%2Fschool-library/lists"}