{"id":50327174,"url":"https://github.com/joehentges/homechef","last_synced_at":"2026-05-29T07:30:53.073Z","repository":{"id":269653145,"uuid":"908095363","full_name":"joehentges/homechef","owner":"joehentges","description":"Homechef is a self-hosted recipe manager. Easily create or import recipes and share them with family or friends.","archived":false,"fork":false,"pushed_at":"2025-05-10T15:59:46.000Z","size":15598,"stargazers_count":1,"open_issues_count":3,"forks_count":0,"subscribers_count":1,"default_branch":"master","last_synced_at":"2025-05-10T16:37:31.099Z","etag":null,"topics":["docker","food","nextjs","postgresql","recipe-manager","self-hosting","tailwindcss","typescript"],"latest_commit_sha":null,"homepage":"https://homechef.joehentges.dev","language":"TypeScript","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"gpl-3.0","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/joehentges.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":".github/CODE_OF_CONDUCT.md","threat_model":null,"audit":null,"citation":null,"codeowners":".github/CODEOWNERS","security":".github/SECURITY.md","support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null,"zenodo":null}},"created_at":"2024-12-25T05:48:42.000Z","updated_at":"2025-05-10T15:58:35.000Z","dependencies_parsed_at":null,"dependency_job_id":"f7c056ba-111e-4c19-97da-e3dd5155c93e","html_url":"https://github.com/joehentges/homechef","commit_stats":null,"previous_names":["joeyhentges/home-chef","joeyhentges/homechef","joehentges/homechef"],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/joehentges/homechef","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/joehentges%2Fhomechef","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/joehentges%2Fhomechef/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/joehentges%2Fhomechef/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/joehentges%2Fhomechef/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/joehentges","download_url":"https://codeload.github.com/joehentges/homechef/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/joehentges%2Fhomechef/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":33642168,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-05-26T15:22:16.424Z","status":"online","status_checked_at":"2026-05-29T02:00:06.066Z","response_time":107,"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","food","nextjs","postgresql","recipe-manager","self-hosting","tailwindcss","typescript"],"created_at":"2026-05-29T07:30:51.693Z","updated_at":"2026-05-29T07:30:53.065Z","avatar_url":"https://github.com/joehentges.png","language":"TypeScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Homechef\n\n[![License](/public/README/license-badge.svg)](./LICENSE) [![Contributions](https://img.shields.io/badge/contributions-welcome-brightgreen.svg?style=flat)](https://github.com/joehentges/homechef/issues)\n\n## Introduction\n\nA clean, simple and powerful recipe manager web application for unforgettable family recipes, empowering you to curate and share your favorite recipes.\nIt is focused on simplicity for the whole family to enjoy.\n\n![promo](/public/README/promo.PNG \"Promo 1\")\n\n## Getting Started\n\nFirst, create and modify your `.env` file. Note: the `.env.exmaple` file.\n\n```bash\nNODE_ENV=development\nHOST_NAME=http://localhost:3000\nNEXT_PUBLIC_ROOT_DOMAIN=localhost:3000\nDATABASE_URL=postgresql://postgres:password@localhost:5432/postgres\nREDIS_URL=redis://:password@localhost:6379\nRESEND_API_KEY=XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX\nRESEND_EMAIL_FROM=email@provider.com\n```\n\nNext, run the following commands to start the server (docker compose commands optional):\n\n```bash\ndocker compose build\n\ndocker compose start\n\npnpm install\n\npnpm db:seed\n\npnpm dev\n```\n\nOpen the app at [http://localhost:3000](http://localhost:3000)\n\nTwo users are initially seeded with the `pnpm db:seed` command. Modify the `src\\db\\seed\\users.ts` file to change them.\n\n```bash\nemail: testing@example.com\npassword: password\n\nemail: testing2@example.com\npassword: password\n```\n\nTo get an interactive view of the database:\n\n```bash\npnpm db:studio\n```\n\nOpen the app at [https://local.drizzle.studio/](https://local.drizzle.studio/)\n\n## More screenshots\n\n![recipe-view-promo](/public/README/recipe-view-promo.PNG \"Promo 2\")\n![recipe-edit-promo](/public/README/recipe-edit-promo.PNG \"Promo 3\")\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fjoehentges%2Fhomechef","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fjoehentges%2Fhomechef","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fjoehentges%2Fhomechef/lists"}