{"id":23205751,"url":"https://github.com/pablobona/recipe-app","last_synced_at":"2025-07-06T01:03:41.242Z","repository":{"id":199307721,"uuid":"702076386","full_name":"PabloBona/recipe-app","owner":"PabloBona","description":"Welcome to the Recipe App, a Ruby on Rails-based application designed to simplify your recipe management process. This application allows users to save and organize ingredients, manage their inventory, create new recipes, and generate shopping lists based on available ingredients and missing items.","archived":false,"fork":false,"pushed_at":"2023-10-13T14:34:43.000Z","size":230,"stargazers_count":5,"open_issues_count":1,"forks_count":1,"subscribers_count":1,"default_branch":"dev","last_synced_at":"2025-06-04T04:08:10.611Z","etag":null,"topics":["devise","rails","ruby","ruby-app","ruby-gem","ruby-on-rails"],"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/PabloBona.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,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2023-10-08T12:31:17.000Z","updated_at":"2025-03-21T10:16:32.000Z","dependencies_parsed_at":"2024-08-22T19:42:35.637Z","dependency_job_id":null,"html_url":"https://github.com/PabloBona/recipe-app","commit_stats":null,"previous_names":["pablobona/recipe-app"],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/PabloBona/recipe-app","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/PabloBona%2Frecipe-app","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/PabloBona%2Frecipe-app/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/PabloBona%2Frecipe-app/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/PabloBona%2Frecipe-app/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/PabloBona","download_url":"https://codeload.github.com/PabloBona/recipe-app/tar.gz/refs/heads/dev","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/PabloBona%2Frecipe-app/sbom","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":263833413,"owners_count":23517372,"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":["devise","rails","ruby","ruby-app","ruby-gem","ruby-on-rails"],"created_at":"2024-12-18T16:44:48.667Z","updated_at":"2025-07-06T01:03:41.048Z","avatar_url":"https://github.com/PabloBona.png","language":"Ruby","funding_links":[],"categories":[],"sub_categories":[],"readme":"# 'Recipe App' (Ruby on Rails Recipe Management Application)\n\n## 📗 Table of Contents\n\n- [📖 About the Project](#about-project)\n- [🛠 Built With](#built-with)\n- [Key Features](#key-features)\n- [Future Features](#future-features)\n- [💻 Getting Started](#getting-started)\n- [Setup](#setup)\n- [Prerequisites](#prerequisites)\n- [Usage](#usage)\n- [👥 Authors](#authors)\n- [🤝 Contributing](#contributing)\n- [⭐️ Show Your Support](#support)\n- [📜 License](#license)\n\n## 📖 About the Project \u003ca name=\"about-project\"\u003e\u003c/a\u003e\n\nWelcome to the Recipe App, a Ruby on Rails-based application designed to simplify your recipe management process. This application allows users to save and organize ingredients, manage their inventory, create new recipes, and generate shopping lists based on available ingredients and missing items. Additionally, the app supports recipe sharing, enabling users to make their culinary creations public for others to discover.\n\n## 🛠 Built With \u003ca name=\"built-with\"\u003e\u003c/a\u003e\n\nThis project is built using Ruby on Rails, a robust web framework known for its simplicity and efficiency. Ruby on Rails provides a solid foundation for creating dynamic and user-friendly web applications.\n\n##  Key Features \u003ca name=\"key-features\"\u003e\u003c/a\u003e\n\n- [ ] User-friendly interface for seamless recipe management.\n- [ ] Ingredient tracking and inventory management system.\n- [ ] Recipe creation, editing, and deletion capabilities.\n- [ ] Shopping list generation based on available ingredients and missing items.\n- [ ] Public and private recipe options for sharing and privacy.\n- [ ] Responsive web design for optimal user experience.\n- [ ] Comprehensive error handling and validation.\n\nNote: Each feature will be marked with an \"x\" when it is fully implemented and functional.\n\n## 🔭 Future Features \u003ca name=\"future-features\"\u003e\u003c/a\u003e\n\n- [ ] Advanced search functionality for finding specific recipes and ingredients.\n- [ ] User profiles with customizable avatars and preferences.\n- [ ] Integration with external APIs for ingredient information and recipe suggestions.\n- [ ] Meal planning features, including weekly menus and scheduling.\n- [ ] User ratings and reviews for shared recipes.\n- [ ] Social media sharing options for recipes and cooking experiences.\n\n## 💻 Getting Started \u003ca name=\"getting-started\"\u003e\u003c/a\u003e\n\nTo get started with the Recipe App, follow the instructions below:\n\n### 🛠 Setup \u003ca name=\"setup\"\u003e\u003c/a\u003e\n\n1. Clone the project repository:\n\n   ```bash\n   git clone https://github.com/PabloBona/recipe-app.git\n    ```\n2. Navigate to the project folder:\n\n   ```bash\n   cd recipe-app\n   ```\n### Prerequisites \u003ca name=\"prerequisites\"\u003e\u003c/a\u003e\nBefore you can run the Blog App, make sure you have the following prerequisites and configurations in place:\n\n- **Ruby**: Ensure that Ruby is installed on your machine. You can check if it's installed by running `ruby -v` in your terminal. If it's not installed, you can download and install it from the [official Ruby website](https://www.ruby-lang.org/en/documentation/installation/).\n\n- **Ruby on Rails**: You'll need the Ruby on Rails framework installed. If you don't have it yet, you can install it using the following command:\n  ```\n  gem install rails\n  ```\n\n- **Code Editor**: You should have a code editor like Visual Studio Code (VSCode) installed. You can download VSCode from the [official website](https://code.visualstudio.com/).\n\n- **Git**: Git is essential for version control. Make sure you have Git installed and configured on your system. You can download Git from the [official Git website](https://git-scm.com/downloads).\n\n- **PostgreSQL**: Ensure that PostgreSQL is installed and properly configured on the server where you are developing the project. This project assumes the use of PostgreSQL as the default database. You can download PostgreSQL from the [official PostgreSQL website](https://www.postgresql.org/download/).\n\n- **Ruby on Rails Configuration**: Make sure your Ruby on Rails project is configured to use PostgreSQL as the default database.\n\nWith these prerequisites and configurations in place, you'll be ready to set up and run the Blog App.\n\n### 📖 Usage \u003ca name=\"usage\"\u003e\u003c/a\u003e\nFollow these steps to use the Blog App:\n\nOpen your terminal.\n\nNavigate to the directory where the project files are located:\n\nCopy code\n```bash\ncd /path/to/your/project/files\n```\nStart the Rails server:\n\nCopy code\n```bash\nrails server\n```\nOpen your web browser and go to http://localhost:3000 to access the Blog App.\n\n## 👥 Authors \u003ca name=\"authors\"\u003e\u003c/a\u003e\n\n👤 **Andrea Manuel**\n\n- GitHub: [@AndreaM2429](https://github.com/AndreaM2429)\n- LinkedIn: [LinkedIn](https://www.linkedin.com/in/andreamanuel24/)\n\n👤 Pablo Bonasera\n- Github: [@PabloBona](https://github.com/PabloBona)\n- Linkedin: [Pablo Bonasera](https://www.linkedin.com/in/pablo-bonasera/)\n\n## 🤝 Contributing \u003ca name=\"contributing\"\u003e\u003c/a\u003e\n\nContributions, issues, and feature requests are welcome! \nFeel free to check the issues [page](https://github.com/PabloBona/recipe-app) and contribute to the project.\n\n## ⭐️ Show Your Support \u003ca name=\"support\"\u003e\u003c/a\u003e\nIf you find this project helpful, consider giving it a ⭐️ to show your support!\n\n## 📜 License \u003ca name=\"license\"\u003e\u003c/a\u003e\nThis project is [MIT](./LICENSE) licensed.\n\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fpablobona%2Frecipe-app","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fpablobona%2Frecipe-app","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fpablobona%2Frecipe-app/lists"}