{"id":20812611,"url":"https://github.com/andreyhuey/recipe-app","last_synced_at":"2025-10-03T16:34:44.138Z","repository":{"id":232662040,"uuid":"784796906","full_name":"Andreyhuey/recipe-app","owner":"Andreyhuey","description":null,"archived":false,"fork":false,"pushed_at":"2024-04-10T19:35:34.000Z","size":3332,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"master","last_synced_at":"2025-01-18T14:54:07.675Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":"https://recipe-app-backend-two.vercel.app","language":"TypeScript","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/Andreyhuey.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}},"created_at":"2024-04-10T15:19:46.000Z","updated_at":"2024-04-10T19:06:42.000Z","dependencies_parsed_at":"2024-04-10T21:58:37.420Z","dependency_job_id":"1ef3f0b5-2ffc-4f71-a4de-2f27f494225a","html_url":"https://github.com/Andreyhuey/recipe-app","commit_stats":null,"previous_names":["andreyhuey/recipe-app"],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Andreyhuey%2Frecipe-app","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Andreyhuey%2Frecipe-app/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Andreyhuey%2Frecipe-app/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Andreyhuey%2Frecipe-app/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/Andreyhuey","download_url":"https://codeload.github.com/Andreyhuey/recipe-app/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":243158972,"owners_count":20245669,"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":[],"created_at":"2024-11-17T20:56:04.144Z","updated_at":"2025-10-03T16:34:39.074Z","avatar_url":"https://github.com/Andreyhuey.png","language":"TypeScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# React-Node Recipe App 🍲\n\nWelcome to the React-Node Recipe App! This application allows users to view, add, and manage their favorite recipes. It's built using React for the frontend and Node.js with Prisma for the backend.\n\n## Getting Started 🚀\n\n### Prerequisites:\n\n- Node.js and npm installed on your machine.\n- An account on [ElephantSQL](https://www.elephantsql.com/) for the database.\n- A [Spoonacular API key](https://spoonacular.com/food-api) for the recipe API\n\n[Source](https://www.freecodecamp.org/news/full-stack-project-create-a-recipe-app-using-react-node-js/) for the tutorial\n\n### Setting Up:\n\n1. **Clone the Repository**:\n\n   ```bash\n   git clone https://github.com/chrisblakely01/react-node-recipe-app.git\n   cd react-node-recipe-app\n   ```\n\n2. **Setting up the Backend**:\n\n   - Navigate to the backend directory:\n\n     ```bash\n     cd backend\n     ```\n\n   - Install the necessary packages:\n\n     ```bash\n     npm install\n     ```\n\n   - **Spoonacular API**:\n\n     - Add the api key to the API_KEY variable in the .env file\n\n   - **ElephantSQL Setup**:\n\n     - Create a new database instance on ElephantSQL.\n     - Copy the connection string provided by ElephantSQL.\n\n   - **Prisma Setup**:\n\n     - Replace the `DATABASE_URL` in the `.env` file with your ElephantSQL connection string.\n     - Initialize Prisma and generate the Prisma client:\n       ```bash\n       npx prisma init\n       npx prisma generate\n       ```\n\n   - Start the backend server:\n     ```bash\n     npm start\n     ```\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fandreyhuey%2Frecipe-app","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fandreyhuey%2Frecipe-app","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fandreyhuey%2Frecipe-app/lists"}