{"id":25454863,"url":"https://github.com/tiagomenegaz/fetch-recipes","last_synced_at":"2026-04-06T08:01:36.818Z","repository":{"id":40220521,"uuid":"198341301","full_name":"tiagomenegaz/fetch-recipes","owner":"tiagomenegaz","description":"Fetch Recipes from Contentful APIs","archived":false,"fork":false,"pushed_at":"2023-01-19T13:54:11.000Z","size":5011,"stargazers_count":2,"open_issues_count":10,"forks_count":0,"subscribers_count":0,"default_branch":"master","last_synced_at":"2025-05-16T16:11:36.683Z","etag":null,"topics":["docker","docker-compose","rails5","redis","sidekiq"],"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/tiagomenegaz.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}},"created_at":"2019-07-23T03:02:43.000Z","updated_at":"2021-06-22T20:04:42.000Z","dependencies_parsed_at":"2023-02-11T02:45:46.482Z","dependency_job_id":null,"html_url":"https://github.com/tiagomenegaz/fetch-recipes","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/tiagomenegaz/fetch-recipes","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/tiagomenegaz%2Ffetch-recipes","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/tiagomenegaz%2Ffetch-recipes/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/tiagomenegaz%2Ffetch-recipes/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/tiagomenegaz%2Ffetch-recipes/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/tiagomenegaz","download_url":"https://codeload.github.com/tiagomenegaz/fetch-recipes/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/tiagomenegaz%2Ffetch-recipes/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":31464102,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-04-05T21:22:52.476Z","status":"online","status_checked_at":"2026-04-06T02:00:07.287Z","response_time":112,"last_error":null,"robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":true,"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":["docker","docker-compose","rails5","redis","sidekiq"],"created_at":"2025-02-18T00:55:30.339Z","updated_at":"2026-04-06T08:01:36.800Z","avatar_url":"https://github.com/tiagomenegaz.png","language":"Ruby","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Fetch Recipes\n\nThis README includes everything necessary to get the application up and running.\nFetch Recipes is totally supported with Docker so make sure you have it propertly configured and installed. At the moment, the whole project is configured for development purposes.\n\n### Getting Started\n\nMake sure you've copied and renamed your `.env.sample` to `.env`.\n\nThe first time running this project you should run:\n\n```\ndocker-compose pull \u0026\u0026\ndocker-compose run --rm app bundle install \u0026\u0026\ndocker-compose run --rm worker bundle install\n```\n\nNow, you can run the following command to run all project's dependencies:\n```\ndocker-compose pull \u0026\u0026\ndocker-compose run --rm app rake db:create \u0026\u0026\ndocker-compose run --rm app rake db:migrate \u0026\u0026\ndocker-compose run --rm worker rake populate:space \u0026\u0026\ndocker-compose up\n```\n\nThere are some useful commands that you might need to use:\n```\ndocker-compose run --rm app rails c\ndocker-compose run --rm app rake db:drop db:create db:migrate\n```\n\n### Introduction\n\n![Alt Text](https://raw.githubusercontent.com/tmmgarcia/fetch-recipes/master/img/intro.gif)\n\nThis project has two main pages\n\n#### Recipes Index List view / Root\n\nDisplay a preview of all recipes, including:\n- Title\n- Image\n\n#### Recipes Details View\n\nDisplay all the data for a recipe:\n- Title\n- Image\n- List of Tags\n- Description\n- Chef Name\n\n### How the project is structured?\n\nThis project has two main structures as you can see in the Docker-Compose file. The first called app, and it contains everything that a user can see when accessing the application itself. The second is called worker and contains what is necessary to collect data from the source (Contentful). This approach allows worker tasks to run parallel with any user accessing the system.\n\n### Highlights\n\n* Fully Dockerized\n* Separation between User application and background jobs\n* Service Pattern usage\n* Clean UI\n* Clean code\n\n### Future Improvements\n\nSoftware is a continous process and some improvements might be done in the future\n\n* Add deployment configuration\n* Add pagination at main page\n* Improve application layout\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Ftiagomenegaz%2Ffetch-recipes","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Ftiagomenegaz%2Ffetch-recipes","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Ftiagomenegaz%2Ffetch-recipes/lists"}