{"id":15101491,"url":"https://github.com/mahammad-mostafa/things-catalogue","last_synced_at":"2026-01-18T10:28:08.653Z","repository":{"id":204730631,"uuid":"712051700","full_name":"mahammad-mostafa/things-catalogue","owner":"mahammad-mostafa","description":"This is the capstone project of the fourth module in the Microverse program. It is a console app for handling items inside a catalogue built with Ruby \u0026 PostgreSQL.","archived":false,"fork":false,"pushed_at":"2023-11-04T03:19:13.000Z","size":66,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"development","last_synced_at":"2025-04-05T10:43:57.674Z","etag":null,"topics":["gitflow-workflow","microverse","microverse-projects","microverse-ruby","microverse-students","oop-principles","postgresql","relational-databases","rspec","rubocop","ruby","solid-principles","sql","unit-testing"],"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/mahammad-mostafa.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE.md","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-10-30T17:37:01.000Z","updated_at":"2023-10-31T18:05:19.000Z","dependencies_parsed_at":null,"dependency_job_id":"cd9c8742-df7a-4fe6-a3a9-393b3a48fa6c","html_url":"https://github.com/mahammad-mostafa/things-catalogue","commit_stats":{"total_commits":86,"total_committers":4,"mean_commits":21.5,"dds":0.627906976744186,"last_synced_commit":"4d599cfa622cfb88177f596d75f7dec80362e42c"},"previous_names":["mahammad-mostafa/things-catalogue"],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/mahammad-mostafa/things-catalogue","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mahammad-mostafa%2Fthings-catalogue","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mahammad-mostafa%2Fthings-catalogue/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mahammad-mostafa%2Fthings-catalogue/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mahammad-mostafa%2Fthings-catalogue/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/mahammad-mostafa","download_url":"https://codeload.github.com/mahammad-mostafa/things-catalogue/tar.gz/refs/heads/development","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mahammad-mostafa%2Fthings-catalogue/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":28534389,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-01-18T10:13:46.436Z","status":"ssl_error","status_checked_at":"2026-01-18T10:13:11.045Z","response_time":98,"last_error":"SSL_connect returned=1 errno=0 peeraddr=140.82.121.6: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":["gitflow-workflow","microverse","microverse-projects","microverse-ruby","microverse-students","oop-principles","postgresql","relational-databases","rspec","rubocop","ruby","solid-principles","sql","unit-testing"],"created_at":"2024-09-25T18:24:08.542Z","updated_at":"2026-01-18T10:28:08.627Z","avatar_url":"https://github.com/mahammad-mostafa.png","language":"Ruby","funding_links":[],"categories":[],"sub_categories":[],"readme":"\u003ca name=\"title\"\u003e\u003c/a\u003e\n\n\u003c!-- TITLE --\u003e\n\n# 🏷️ Things Catalogue\n\nThis is the capstone project of the fourth module in the **Microverse** program.\n\u003cbr/\u003e\nCheck the below contents for further details about this project.\n\n\u003c!-- CONTENTS --\u003e\n\n# 📗 Contents\n\n- [Description](#description)\n- [Instructions](#instructions)\n- [Authors](#authors)\n- [Future](#future)\n- [Contributions](#contributions)\n- [Support](#support)\n- [Acknowledgements](#acknowledgements)\n- [License](#license)\n\n\u003c!-- DESCRIPTION --\u003e\n\n\u003ca name=\"description\"\u003e\u003c/a\u003e\n\n# 📖 Description\n\nThis repository is about a catalogue of different item types that the user can add or display.\nThere is one parent class `Item` and three children classes (`Book` / `MusicAlbum` / `Game`).\nThree classes (`Label` / `Genre` / `Author`) have one to many association with `Item` class.\nBuilt unit tests for implemented methods of seven classes (`Item` / `Book` / `MusicAlbum` / `Game` / `Label` / `Genre` / `Author`).\nCreated database tables for items data inside `schema.sql` file.\n\n📌 **Live Demo:**\n- Watch the project presentation from [here](https://drive.google.com/file/d/1NnMH3q7sMEj9BFCytLok3lqXC8FQOn7z)\n\n📌 **Tech Stack:**\n- Application uses `Ruby`\n- Unit tests run with `RSpec`\n- Linting is done with `Rubocop`\n- Schema file uses `PostgreSQL`\n\n📌 **Key Features:**\n- User is given the option to either add new item or display a list\n- Available item types to add (`book` / `music album` / `game`)\n- Available list types to display (`books` / `albums` / `games` / `labels` / `genres` / `authors`)\n- Adding any new item will require the use to select (`label` / `genre` / `author`) form a list or create new ones\n- All items created by the user are stored in `json` files and reloaded after restart\n\n\n\u003cp align=\"right\"\u003e\u003ca href=\"#title\"\u003eback to top\u003c/a\u003e\u003c/p\u003e\n\n\u003c!-- INSTRUCTIONS --\u003e\n\n\u003ca name=\"instructions\"\u003e\u003c/a\u003e\n\n# 🛠️ Instructions\n\nYou can easily download or fork this repository and work on it immadiately!\n\n📌 **Prerequisites:**\n- You need `Ruby` language \u0026 `PostgreSQL` database installed\n\n📌 **Installation:**\n- To install all gem dependencies run\n```\nbundle install\n```\n\n📌 **Development:**\n- Run `main.rb` file with\n```\nruby main.rb\n```\n\n📌 **Tests:**\n- To run unit tests navigate to `specs` directory and run:\n```\nrspec . -f d\n```\n\n\u003cp align=\"right\"\u003e\u003ca href=\"#title\"\u003eback to top\u003c/a\u003e\u003c/p\u003e\n\n\u003c!-- AUTHORS --\u003e\n\n\u003ca name=\"authors\"\u003e\u003c/a\u003e\n\n# 👥 Authors\n\n📌 **Mahammad:**\n- [GitHub](https://github.com/mahammad-mostafa)\n- [Twitter](https://twitter.com/mahammad_mostfa)\n- [LinkedIn](https://linkedin.com/in/mahammad-mostafa)\n\n📌 **Alexander:**\n- [GitHub](https://github.com/alexansaa)\n- [LinkedIn](https://www.linkedin.com/in/alexander-saavedra-2803b1b6)\n\n📌 **Austin:**\n- [GitHub](https://github.com/stino-x)\n\n\u003cp align=\"right\"\u003e\u003ca href=\"#title\"\u003eback to top\u003c/a\u003e\u003c/p\u003e\n\n\u003c!-- FUTURE --\u003e\n\n\u003ca name=\"future\"\u003e\u003c/a\u003e\n\n# 🔭 Future\n\nSome additional features I may implement in the project:\n- [ ] Use `Rails` framework with this project\n- [ ] Implement better visual interface\n\n\u003cp align=\"right\"\u003e\u003ca href=\"#title\"\u003eback to top\u003c/a\u003e\u003c/p\u003e\n\n\u003c!-- CONTRIBUTIONS --\u003e\n\n\u003ca name=\"contributions\"\u003e\u003c/a\u003e\n\n# 🤝🏻 Contributions\n\nWish to contribute to this project?\n\u003cbr/\u003e\nContributions, issues, and feature requests are more than welcome!\n\u003cbr/\u003e\nFeel free to check the [issues](../../issues) page too.\n\n\u003cp align=\"right\"\u003e\u003ca href=\"#title\"\u003eback to top\u003c/a\u003e\u003c/p\u003e\n\n\u003c!-- SUPPORT --\u003e\n\n\u003ca name=\"support\"\u003e\u003c/a\u003e\n\n# ⭐️ Support\n\nLike this project? Show your support by starring!\n\n\u003cp align=\"right\"\u003e\u003ca href=\"#title\"\u003eback to top\u003c/a\u003e\u003c/p\u003e\n\n\u003c!-- ACKNOWLEDGEMENTS --\u003e\n\n\u003ca name=\"acknowledgements\"\u003e\u003c/a\u003e\n\n# 🙏🏻 Acknowledgements\n\nI thank everyone at **Microverse** for guiding me through this project.\n\n\u003cp align=\"right\"\u003e\u003ca href=\"#title\"\u003eback to top\u003c/a\u003e\u003c/p\u003e\n\n\u003c!-- LICENSE --\u003e\n\n\u003ca name=\"license\"\u003e\u003c/a\u003e\n\n# 📝 License\n\nThis project is [MIT](LICENSE.md) licensed.\n\n\u003cp align=\"right\"\u003e\u003ca href=\"#title\"\u003eback to top\u003c/a\u003e\u003c/p\u003e","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fmahammad-mostafa%2Fthings-catalogue","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fmahammad-mostafa%2Fthings-catalogue","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fmahammad-mostafa%2Fthings-catalogue/lists"}