{"id":22506917,"url":"https://github.com/ankitt26/recipe-app","last_synced_at":"2026-04-27T23:38:28.882Z","repository":{"id":193911439,"uuid":"689707765","full_name":"ankitt26/Recipe-app","owner":"ankitt26","description":"The Recipe app keeps track of all your recipes, ingredients, and inventory. It will allow you to save ingredients, keep track of what you have, create recipes, and generate a shopping list based on what you have and what you are missing from a recipe. ","archived":false,"fork":false,"pushed_at":"2023-11-30T09:16:26.000Z","size":331,"stargazers_count":3,"open_issues_count":1,"forks_count":0,"subscribers_count":1,"default_branch":"develop","last_synced_at":"2025-03-27T23:43:29.195Z","etag":null,"topics":["devise","group-project","rails","ruby","ruby-on-rails"],"latest_commit_sha":null,"homepage":"https://recipe-app-my.onrender.com","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/ankitt26.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-09-10T16:55:37.000Z","updated_at":"2023-10-08T01:34:07.000Z","dependencies_parsed_at":null,"dependency_job_id":"57fc2aa3-71a0-4be5-9c2d-08743c883928","html_url":"https://github.com/ankitt26/Recipe-app","commit_stats":null,"previous_names":["ankitt26/recipe-app"],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/ankitt26/Recipe-app","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ankitt26%2FRecipe-app","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ankitt26%2FRecipe-app/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ankitt26%2FRecipe-app/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ankitt26%2FRecipe-app/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/ankitt26","download_url":"https://codeload.github.com/ankitt26/Recipe-app/tar.gz/refs/heads/develop","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ankitt26%2FRecipe-app/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":32360116,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-04-27T20:07:02.737Z","status":"ssl_error","status_checked_at":"2026-04-27T20:07:00.910Z","response_time":128,"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":["devise","group-project","rails","ruby","ruby-on-rails"],"created_at":"2024-12-07T00:49:44.408Z","updated_at":"2026-04-27T23:38:28.858Z","avatar_url":"https://github.com/ankitt26.png","language":"Ruby","funding_links":[],"categories":[],"sub_categories":[],"readme":"\u003ca name=\"readme-top\"\u003e\u003c/a\u003e\n\n\u003cdiv align=\"center\"\u003e\n  \u003ch1\u003e📖 Recipe App\u003c/h\u003e\n\u003c/div\u003e\n\n\u003c!-- TABLE OF CONTENTS --\u003e\n\n# 📗 Table of Contents\n\n- [📗 Table of Contents](#-table-of-contents)\n- [📖 Recipe App ](#-recipe-app-)\n  - [🛠 Built With ](#-built-with-)\n    - [Key Features ](#key-features-)\n  - [🚀 Live Demo ](#-live-demo-)\n  - [Getting Started](#getting-started)\n    - [Prerequisites](#prerequisites)\n    - [Usage](#usage)\n  - [👥 Authors ](#-authors-)\n  - [🔭 Future Features ](#-future-features-)\n  - [🤝 Contributing ](#-contributing-)\n  - [⭐️ Show your support ](#️-show-your-support-)\n  - [🙏 Acknowledgments ](#-acknowledgments-)\n  - [:question: FAQ ](#question-faq-)\n  - [📝 License ](#-license-)\n\n\u003c!-- PROJECT DESCRIPTION --\u003e\n\n# 📖 Recipe App \u003ca name=\"about-project\"\u003e\u003c/a\u003e\n\n**Recipe App:** This project employs a Ruby on Rails app with PostgreSQL database. It allows users to add food, inventory, recipes, inventory foods and recipe foods. Ensured accurate migrations and data relationships as per ERD diagram. 📚\n\n## 🛠 Built With \u003ca name=\"built-with\"\u003e\u003c/a\u003e\n\n  \u003cul\u003e\n    \u003cli\u003eRuby\u003c/li\u003e\n    \u003cli\u003eRuby On Rails\u003c/li\u003e\n    \u003cli\u003ePostgreSQL\u003c/li\u003e\n  \u003c/ul\u003e\n\n\u003c!-- Features --\u003e\n\n### Key Features \u003ca name=\"key-features\"\u003e\u003c/a\u003e\n\n- [x] **Has inventory details page that leads to a form that allows users to add new food.**\n- [x] **Has recipe details page that has a modal to choose an inventory to create a shopping list with**\n- [x] **Has inventory shopping list that shows the list of food that is missing by comparing the food in the recipe with the food in the inventory.**\n- [x] **Has inventory shopping list that counts the total food items and total price of the missing food.**\n- [x] **Display Recipes**\n- [x] **Create or Remove Food item**\n- [x] **Create or Remove Recipe item**\n- [x] **Create or Remove Inventory item**\n- [x] **Validation \u0026 Unit Tests**\n- [x] **Controllers**\n- [x] **Views**\n- [x] **Add Forms**\n- [x] **Capybara tests**\n- [x] **Add devise**\n- [x] **Add authorization**\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\u003e [🎉 see live ](https://recipe-app-my.onrender.com)\n\n\u003cp align=\"right\"\u003e(\u003ca href=\"#readme-top\"\u003eback to top\u003c/a\u003e)\u003c/p\u003e\n\n\n## Getting Started\n\nTo get a local copy up and running, follow these steps.\n\n### Prerequisites\nIn order to run this project you need:\n  * A basic understanding of Ruby, Rails and Git\n### Usage\n1. Install Ruby\n1. Install Rails\n2. Clone this repo\n```\ngit clone git@github.com:ankitt26/Recipe_app.git\n```\n\nTo run the project, execute the following command:\n\n```\n  rails s\n```\n\nTo run tests, run the following command:\n\n```\nbundle exec rspec spec\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👤 **Kodjo-Sarso Tetteh**\n\n- GitHub: [@Reggeditt](https://github.com/Reggeditt)\n- LinkedIn: [LinkedIn](https://www.linkedin.com/in/tetteh-kodjo-sarso-888989125/)\n\n👤 **Ankit Kushwaha**\n\n- GitHub: [@githubhandle](https://github.com/ankitt26)\n- LinkedIn: [LinkedIn](https://www.linkedin.com/in/ankit26k/)\n\n👤 **Charles Andrews**\n\n- GitHub: [@githubhandle](https://github.com/forLoop94)\n- LinkedIn: [LinkedIn](https://www.linkedin.com/in/andrewsCharlesUwem/)\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- [ ] **Modern UI**\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/ankitt26/Recipe-app/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\nPlease support this project and be a part of something meaningful and impactful. Your contribution can make a significant difference and help us achieve our goals faster.\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\nGrateful to all for inspiring codebases, your dedication and creativity made a lasting impact on our success. Thank you!\n\n\u003cp align=\"right\"\u003e(\u003ca href=\"#readme-top\"\u003eback to top\u003c/a\u003e)\u003c/p\u003e\n\n## :question: FAQ \u003ca name=\"faq\"\u003e\u003c/a\u003e\n\n- **Can I fork and reuse this repository?**\n\nAbsolutely! Please feel free to fork and reuse this repository for your own projects.\n\n- **Is it okay to improve this repository? Will my changes be accepted?**\n\nDefinitely! We welcome any improvements or new ideas you may have. If your changes are good and align with the project's goals, we would be happy to accept them.\n\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","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fankitt26%2Frecipe-app","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fankitt26%2Frecipe-app","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fankitt26%2Frecipe-app/lists"}