{"id":27385441,"url":"https://github.com/lordksix/catalog-things-ruby","last_synced_at":"2025-04-13T16:39:24.020Z","repository":{"id":186772337,"uuid":"675557953","full_name":"lordksix/catalog-things-ruby","owner":"lordksix","description":"*Catalog of my things is a console application we the user can create, list, save and load movies, books and music albums.","archived":false,"fork":false,"pushed_at":"2023-08-10T20:49:52.000Z","size":215,"stargazers_count":3,"open_issues_count":0,"forks_count":2,"subscribers_count":2,"default_branch":"dev","last_synced_at":"2024-05-17T15:48:24.957Z","etag":null,"topics":["postgresql","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/lordksix.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-08-07T07:44:59.000Z","updated_at":"2023-08-12T18:15:41.000Z","dependencies_parsed_at":"2023-08-07T17:51:59.695Z","dependency_job_id":null,"html_url":"https://github.com/lordksix/catalog-things-ruby","commit_stats":null,"previous_names":["lordksix/catalog-things-ruby"],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/lordksix%2Fcatalog-things-ruby","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/lordksix%2Fcatalog-things-ruby/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/lordksix%2Fcatalog-things-ruby/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/lordksix%2Fcatalog-things-ruby/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/lordksix","download_url":"https://codeload.github.com/lordksix/catalog-things-ruby/tar.gz/refs/heads/dev","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":248746408,"owners_count":21155243,"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":["postgresql","ruby"],"created_at":"2025-04-13T16:39:23.356Z","updated_at":"2025-04-13T16:39:24.009Z","avatar_url":"https://github.com/lordksix.png","language":"Ruby","funding_links":[],"categories":[],"sub_categories":[],"readme":"\u003ca name=\"readme-top\"\u003e\u003c/a\u003e\n\u003cdiv align=\"center\"\u003e\n    \u003cimg src=\"./assets/lordksix-logos_transparent.png\" alt=\"logo\" width=\"240\"  height=\"auto\" margin=\"auto\"/\u003e\n    \u003cbr/\u003e\n    \u003ch1\u003e\u003cb\u003eCatalog of my things\u003c/b\u003e\u003c/h1\u003e\n    \u003cbr/\u003e\n    \u003cimg src=\"./assets/catalog_of_my_things.png\" alt=\"logo\" width=\"400\"  height=\"auto\" margin=\"auto\"/\u003e\n\u003c/div\u003e\n\n\u003cp\u003eThis project, We built a console application we the user can create, list, save and load movies, books and music albums.\u003c/p\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- [💻 Getting Started](#getting-started)\n  - [Prerequisites](#prerequisites)\n  - [Setup](#setup)\n  - [Install](#install)\n  - [Usage](#usage)\n  - [Run tests](#run-tests)\n- [👥 Authors](#authors)\n- [🔭 Future Features](#future-features)\n- [🤝 Contributing](#contributing)\n- [⭐️ Show your support](#support)\n- [🙏 Acknowledgements](#acknowledgements)\n- [📝 License](#license)\n\n\u003c!-- PROJECT DESCRIPTION --\u003e\n\n# 📖 Catalog of my things\u003ca name=\"about-project\"\u003e\u003c/a\u003e\n\n\\*_Catalog of my things_ is a console application we the user can create, list, save and load movies, books and music albums.\n\nFor a quick video explain of the code, click [here](https://drive.google.com/file/d/1Ur3piLU3lH2147Ins_HjxZokIx69eqqh/view?usp=sharing)\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\u003eServer\u003c/summary\u003e\n  \u003cul\u003e\n    \u003cli\u003e\u003ca href=\"https://www.ruby-lang.org/en/\"\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- **User can create albums, movies and books**\n- **Implement associations**\n- **Implement inheritance**\n- **Save information on JSON files and load those files.**\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 steps.\n\n### Prerequisites\n\nIn order to run this project you need:\n\n- To clone or fork this repo\n- Ruby installed in your machine\n- To modify this profile you will also need a text editor\n\n### Setup\n\nClone this repository to your desired folder:\n\n```sh\n  cd my-folder\n  git clone https://github.com/lordksix/catalog-things-ruby.git\n```\n\nFor more information on how to clone or fork a repository:\n\n- \u003ca href=\"https://docs.github.com/en/repositories/creating-and-managing-repositories/cloning-a-repository\"\u003eHow to clone a repo\u003c/a\u003e\n- \u003ca href=\"https://docs.github.com/en/get-started/quickstart/fork-a-repo\"\u003eHow to fork a repo\u003c/a\u003e\n\n### Install\n\nInstall this project with:\n\n```sh\n  cd catalog-things-ruby\n  bundle install\n```\n\n### Usage\n\nTo run the project, execute the following command:\n\n```sh\n  ruby main.rb\n```\n\n### Run tests\n\nTo run tests, run the following command:\n\n```sh\n  bundle exec rspec\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👤 **lordksix**\n\n- GitHub: [@lordksix](https://github.com/lordksix)\n- LinkedIn: [@wladpasquel](https://www.linkedin.com/in/wladpasquel/)\n- Medium: [@wladimir.pasquel](https://medium.com/@wladimir.pasquel)\n\n👤 **Ragan Hailu**\n\n- GitHub: [ragan](https://github.com/ragangithub)\n- LinkedIn: [Ragan Hailu](https://linkedin.com/in/raganhailu)\n\n👤 **Shalini Nayan**\n\n- GitHub: [@ShaliniNayan](https://github.com/ShaliniNayan)\n- Twitter: [@sndprs](https://twitter.com/sndprs)\n- LinkedIn: [shalininayan](https://www.linkedin.com/in/shalininayan/)\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- [ ] **unit tests**\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](https://github.com/katfogy/oop-school-library/issues).\n\n\u003cp align=\"right\"\u003e(\u003ca href=\"#readme-top\"\u003eback to top\u003c/a\u003e)\u003c/p\u003e\n\n\u003c!-- SUPPORT --\u003e\n\n## ⭐️ Show your support \u003ca name=\"support\"\u003e\u003c/a\u003e\n\nIf you like this project, I encourage you to clone, fork, contribute, and consider adding a ⭐️. Our community and knowledge grows with each engagement.\n\n\u003cp align=\"right\"\u003e(\u003ca href=\"#readme-top\"\u003eback to top\u003c/a\u003e)\u003c/p\u003e\n\n\u003c!-- ACKNOWLEDGEMENTS --\u003e\n\n## 🙏 Acknowledgments \u003ca name=\"acknowledgements\"\u003e\u003c/a\u003e\n\nWe would like to thank Microverse for the idea for this project.\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](./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%2Flordksix%2Fcatalog-things-ruby","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Flordksix%2Fcatalog-things-ruby","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Flordksix%2Fcatalog-things-ruby/lists"}