{"id":18938719,"url":"https://github.com/bilalm04/recipe-finder-graphql","last_synced_at":"2026-04-10T23:03:09.365Z","repository":{"id":246690737,"uuid":"821865335","full_name":"BilalM04/recipe-finder-graphql","owner":"BilalM04","description":"GraphQL backend server with MongoDB.","archived":false,"fork":false,"pushed_at":"2024-06-29T17:13:30.000Z","size":25,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2024-12-31T22:10:36.101Z","etag":null,"topics":["backend","graphql","javascript","mongodb","nodejs"],"latest_commit_sha":null,"homepage":"","language":"JavaScript","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/BilalM04.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":"2024-06-29T16:57:13.000Z","updated_at":"2024-06-29T20:29:18.000Z","dependencies_parsed_at":"2024-06-29T18:24:50.289Z","dependency_job_id":"bb31ff64-169b-47f0-a100-c98d6a55f3e2","html_url":"https://github.com/BilalM04/recipe-finder-graphql","commit_stats":null,"previous_names":["bilalm04/recipe-finder-graphql"],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/BilalM04%2Frecipe-finder-graphql","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/BilalM04%2Frecipe-finder-graphql/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/BilalM04%2Frecipe-finder-graphql/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/BilalM04%2Frecipe-finder-graphql/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/BilalM04","download_url":"https://codeload.github.com/BilalM04/recipe-finder-graphql/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":239937700,"owners_count":19721484,"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":["backend","graphql","javascript","mongodb","nodejs"],"created_at":"2024-11-08T12:15:15.910Z","updated_at":"2026-03-22T07:30:18.852Z","avatar_url":"https://github.com/BilalM04.png","language":"JavaScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# GraphQL Server with MongoDB\n\nThis is a simple GraphQL server that uses MongoDB for data storage. The server is built with Apollo Server and the database is connected using Mongoose.\n\n## Features\n\n- Fetch recipes for a user\n- Add a new recipe for a user\n- Delete a recipe for a user\n\n## Installation\n\n1. Clone the repository:\n   ```\n   git clone https://github.com/BilalM04/recipe-finder-graphql.git\n   ```\n2. Install the dependencies:\n   ```bash\n   cd recipe-finder-graphql\n   npm install\n   ```\n4. Create a .env file in the root directory of the project, and add your MongoDB connection string and the port number:\n   ```\n   MONGODB_URI=your_mongodb_connection_string\n   PORT=your_desired_port_number\n   ```\n6. Run the server:\n   ```\n   npm start\n   ```\n\n## Usage\nYou can perform the following operations:\n\n- `getRecipes(email: String)`: Fetches the recipes for the user with the specified email.\n- `addRecipe(email: String!, recipeInput: RecipeInput!)`: Adds a new recipe for the user with the specified email.\n- `deleteRecipe(email: String!, recipeId: ID!)`: Deletes the recipe with the specified ID for the user with the specified email.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fbilalm04%2Frecipe-finder-graphql","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fbilalm04%2Frecipe-finder-graphql","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fbilalm04%2Frecipe-finder-graphql/lists"}