{"id":25108485,"url":"https://github.com/shihabrafio/catalog-app","last_synced_at":"2025-04-19T21:28:28.882Z","repository":{"id":186702336,"uuid":"675369054","full_name":"shihabrafio/Catalog-App","owner":"shihabrafio","description":"Discover the ultimate organizational solution for your personal collections with the Catalog of My Things App. This user-friendly application offers a seamless and intuitive experience, allowing you to effortlessly manage and explore various categories of your belongings, including games, books 📚, and music albums 🎶.","archived":false,"fork":false,"pushed_at":"2023-09-06T19:01:43.000Z","size":326,"stargazers_count":2,"open_issues_count":0,"forks_count":2,"subscribers_count":1,"default_branch":"dev","last_synced_at":"2025-03-29T13:35:13.067Z","etag":null,"topics":["ruby","sql"],"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/shihabrafio.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-06T17:26:23.000Z","updated_at":"2023-08-11T09:22:37.000Z","dependencies_parsed_at":null,"dependency_job_id":"81178124-8171-4f01-a4b2-f87f5196ae03","html_url":"https://github.com/shihabrafio/Catalog-App","commit_stats":null,"previous_names":["shihabrafio/catalog-app"],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/shihabrafio%2FCatalog-App","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/shihabrafio%2FCatalog-App/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/shihabrafio%2FCatalog-App/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/shihabrafio%2FCatalog-App/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/shihabrafio","download_url":"https://codeload.github.com/shihabrafio/Catalog-App/tar.gz/refs/heads/dev","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":249809629,"owners_count":21328449,"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","sql"],"created_at":"2025-02-07T23:52:19.440Z","updated_at":"2025-04-19T21:28:28.848Z","avatar_url":"https://github.com/shihabrafio.png","language":"Ruby","readme":"\u003ca name=\"readme-top\"\u003e\u003c/a\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- [❓ FAQ](#faq)\n- [📝 License](#license)\n\n# 📖 Catalog App \u003ca name=\"about-project\"\u003e\u003c/a\u003e\n\n**Catalog App** is an interactive digital backend app that allows you to show all items and products in a simple, visual and intuitive 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\u003eClient\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### Key Features \u003ca name=\"key-features\"\u003e\u003c/a\u003e\n\n- **Add Items.**\n- **Save Information into database.**\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\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- An IDE e.g [Visual studio code](https://code.visualstudio.com/).\n- [A terminal](https://code.visualstudio.com/docs/terminal/basics).\n\n### Setup\n\nClone this repository to your desired folder or download the Zip folder:\n\n```\ngit clone https://github.com/shihabrafio/Catalog-App.git\n```\n\n- Navigate to the location of the folder in your machine:\n\n**``you@your-Pc-name:~$ cd Catalog-App``**\n\n### Install\n\nTo install all dependencies, run:\n\n```\nbundle install\n```\n\n### Usage\n\nTo run the project, follow these instructions:\n\n- After Cloning this repo to your local machine.\n- To get it running in your terminal, run it in your IDE\n\n### Run tests\n\nTo run tests, run the following command:\n\n- To run Linter Tests, run:\n\n```\nrubocop\n```\n\n- To run Unit Tests, run:\n```\nrspec\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👤 **Gakii Beryl**\n\n- GitHub: [@berylcl](https://github.com/berylcl)\n- Twitter: [omg_its_beryl](https://twitter.com/omg_its_beryl)\n- LinkedIn: [gakii](https://www.linkedin.com/in/gakii-beryl/)\n\n👤 **A.I.M. Shihab Uddin Khan**\n\n- GitHub: [@shihabrafio](https://github.com/shihabrafio)\n- LinkedIn: [Shihab Uddin Khan](https://www.linkedin.com/in/shihab-uddin-khan-45620a16a/)\n\n👤  **Foga Kater Amos**\n\n- GitHub: [@githubhandle](https://github.com/katfogy)\n- Twitter: [@twitterhandle](https://twitter.com/Katfogy)\n- LinkedIn: [LinkedIn](https://www.linkedin.com/in/foga-amos-2b5371103/)\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 more items**\n- [ ] **Add Front end**\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## ⭐️ Show your support \u003ca name=\"support\"\u003e\u003c/a\u003e\n\n\nGive a ⭐️ if you like this project and how I managed to build it!\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- The original design ideal from Microverse💕.\n- Project from [Microverse](https://bit.ly/MicroverseTN) Ruby / Database and Interviewing module.\n- Thanks to the Microverse team for the great curriculum.\n- Thanks to the Code Reviewer(s) for the insightful feedbacks.\n- A great thanks to My coding partner(s), morning session team, and standup team for their contributions.\n- Hat tip to anyone whose code was used.\n\n\u003cp align=\"right\"\u003e(\u003ca href=\"#readme-top\"\u003eback to top\u003c/a\u003e)\u003c/p\u003e\n\n## ❓ FAQ \u003ca name=\"faq\"\u003e\u003c/a\u003e\n\n- **Can I fork and reuse the repository**\n\n  - Yes please, feel free.\n\n- **Can I improve the repository, and my changes will be accepted if they are good?**\n\n  - Yes please, nice ideas are welcome, please.\n\n\u003cp align=\"right\"\u003e(\u003ca href=\"#readme-top\"\u003eback to top\u003c/a\u003e)\u003c/p\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","funding_links":[],"categories":[],"sub_categories":[],"project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fshihabrafio%2Fcatalog-app","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fshihabrafio%2Fcatalog-app","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fshihabrafio%2Fcatalog-app/lists"}