{"id":20624026,"url":"https://github.com/bohaz/recipe_app","last_synced_at":"2026-04-09T22:36:31.599Z","repository":{"id":200543836,"uuid":"705739998","full_name":"bohaz/recipe_app","owner":"bohaz","description":"Recipes is a Ruby on Rails website that allows user's authentication and authorization, also the user can add foods recipes based on these foods, the recipes can be public or private, also edit and delete foods and recipes.","archived":false,"fork":false,"pushed_at":"2024-05-22T19:45:43.000Z","size":6809,"stargazers_count":1,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"dev","last_synced_at":"2025-01-13T14:52:11.681Z","etag":null,"topics":["cancancan","css3","devise","javascript","postgresql","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":null,"status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/bohaz.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":null,"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-16T15:46:19.000Z","updated_at":"2024-05-22T19:45:46.000Z","dependencies_parsed_at":"2024-05-22T20:45:48.626Z","dependency_job_id":"19f0652f-4f60-4554-9e51-97705025bee3","html_url":"https://github.com/bohaz/recipe_app","commit_stats":null,"previous_names":["bohaz/recipe_app"],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/bohaz%2Frecipe_app","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/bohaz%2Frecipe_app/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/bohaz%2Frecipe_app/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/bohaz%2Frecipe_app/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/bohaz","download_url":"https://codeload.github.com/bohaz/recipe_app/tar.gz/refs/heads/dev","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":242332581,"owners_count":20110345,"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":["cancancan","css3","devise","javascript","postgresql","ruby-on-rails"],"created_at":"2024-11-16T12:29:22.404Z","updated_at":"2026-04-09T22:36:26.551Z","avatar_url":"https://github.com/bohaz.png","language":"Ruby","funding_links":[],"categories":[],"sub_categories":[],"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  - [Setup](#setup)\n  - [Usage](#usage)\n- [👥 Authors](#authors)\n- [🔭 Future Features](#future-features)\n- [🤝 Contributing](#contributing)\n- [⭐️ Show your support](#support)\n- [🙏 Acknowledgements](#acknowledgements)\n- [📝 License](#license)\n\n\n# 📚 Recipes App \u003ca name=\"about-project\"\u003e\u003c/a\u003e\n\n**Recipes** is a Ruby on Rails website that allows user's authentication and authorization, also the user can add foods\nrecipes based on these foods, the recipes can be public or private, also edit and delete foods and recipes. Also if\na recipe has more ingredients that there are in the foods pantry, the user can create a shopping list with the \nneccessary foods to buy.\n## 🛠 Built With \u003ca name=\"built-with\"\u003e\u003c/a\u003e\n\n### Tech Stack \u003ca name=\"tech-stack\"\u003e\u003c/a\u003e\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\n### Key Features \u003ca name=\"key-features\"\u003e\u003c/a\u003e\n\n- **The user should log in with a real email**\n- **The food pantry will have severals inventories**\n\n\n\u003cp align=\"right\"\u003e(\u003ca href=\"#readme-top\"\u003eback to top\u003c/a\u003e)\u003c/p\u003e\n\n\n\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\nInstall Git, Node, Ruby, Rails, PostgreSQL, if you have Linux or Mac, you can follow this [tutorial](https://www.theodinproject.com/guides/installations)\n\n### Setup\n\nClone this repository to your desired folder:\n\n```sh\n  cd my-folder\n  git clone git@github.com:bohaz/recipe_app.git\n  cd recipes\n```\n\n\n### Usage\n\nTo run the project, execute the following commands, press enter after each line:\nMaybe you'll need to change the DB name and password to your own. (config/database.yml)\n\n```sh\n    bundle install\n    rails db:drop\n    rails db:create\n    rails db:migrate\n    rails s\n```\n\n\nAfter that, open a webpage in your favorite web browser at [http://localhost:3000](http://localhost:3000)\n\n### Test\n\nTo test this project just enter this command:\n\n```sh\n  rspec\n```\n\u003cp align=\"right\"\u003e(\u003ca href=\"#readme-top\"\u003eback to top\u003c/a\u003e)\u003c/p\u003e\n\n\n## 👥 Authors \u003ca name=\"authors\"\u003e\u003c/a\u003e\n\n👤 **Ricardo Martínez**\n\n- GitHub: [@bohaz](https://github.com/bohaz)\n- LinkedIn: [Ricardo Martinez](https://www.linkedin.com/in/ricardomart%C3%ADnez%E2%88%B4/)\n- Portfolio: [Ricardo's Portfolio](https://ricardosportfolio.vercel.app/)\n\n👤 **Dani Morillo**\n\n- GitHub: [danielfromecuador](https://github.com/danielfromecuador)\n- LinkedIn: [danifromecuador](https://www.linkedin.com/in/danifromecuador)\n\n\n\u003cp align=\"right\"\u003e(\u003ca href=\"#readme-top\"\u003eback to top\u003c/a\u003e)\u003c/p\u003e\n\n\n## 🔭 Future Features \u003ca name=\"future-features\"\u003e\u003c/a\u003e\n\n\n- - **Create pagination or infinite scroll if the lists are too long**\n\n\u003cp align=\"right\"\u003e(\u003ca href=\"#readme-top\"\u003eback to top\u003c/a\u003e)\u003c/p\u003e\n\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/bohaz/recipe_app/issues).\n\n\u003cp align=\"right\"\u003e(\u003ca href=\"#readme-top\"\u003eback to top\u003c/a\u003e)\u003c/p\u003e\n\n\n## ⭐️ Show your support \u003ca name=\"support\"\u003e\u003c/a\u003e\n\nIf you like this project give me an star on [my GitHub repo](https://github.com/bohaz/recipe_app)\n\n\u003cp align=\"right\"\u003e(\u003ca href=\"#readme-top\"\u003eback to top\u003c/a\u003e)\u003c/p\u003e\n\n\n## 🙏 Acknowledgments \u003ca name=\"acknowledgements\"\u003e\u003c/a\u003e\n\nWe would like to thank to Microverse for giving us the oportunity to build awsome projects like this.\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](https://github.com/bohaz/recipe_app/blob/dev/MIT.md) 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%2Fbohaz%2Frecipe_app","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fbohaz%2Frecipe_app","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fbohaz%2Frecipe_app/lists"}