{"id":20704007,"url":"https://github.com/kalwar/recipeapp","last_synced_at":"2026-04-25T07:31:55.486Z","repository":{"id":40353384,"uuid":"491839976","full_name":"kalwar/RecipeApp","owner":"kalwar","description":"A simple recipe app backend API using Symfony 6","archived":false,"fork":false,"pushed_at":"2022-05-14T04:23:16.000Z","size":44,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-12-19T15:57:04.177Z","etag":null,"topics":["php8","rest-api","simple-app","symfony","symfony6"],"latest_commit_sha":null,"homepage":"","language":"PHP","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/kalwar.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":"2022-05-13T09:38:14.000Z","updated_at":"2022-05-13T09:47:20.000Z","dependencies_parsed_at":"2022-08-09T18:01:16.369Z","dependency_job_id":null,"html_url":"https://github.com/kalwar/RecipeApp","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/kalwar/RecipeApp","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/kalwar%2FRecipeApp","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/kalwar%2FRecipeApp/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/kalwar%2FRecipeApp/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/kalwar%2FRecipeApp/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/kalwar","download_url":"https://codeload.github.com/kalwar/RecipeApp/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/kalwar%2FRecipeApp/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":32254480,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-04-25T04:23:17.126Z","status":"ssl_error","status_checked_at":"2026-04-25T04:21:53.360Z","response_time":59,"last_error":"SSL_connect returned=1 errno=0 peeraddr=140.82.121.6:443 state=error: unexpected eof while reading","robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":false,"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":["php8","rest-api","simple-app","symfony","symfony6"],"created_at":"2024-11-17T01:10:39.414Z","updated_at":"2026-04-25T07:31:55.461Z","avatar_url":"https://github.com/kalwar.png","language":"PHP","funding_links":[],"categories":[],"sub_categories":[],"readme":"# RecipeApp\n\nRecipeApp is a Symfony back-end API for storing and interacting with food recipes.\n\n---\n\n# Steps to follow\n\n1. Simply run the app using Symfony command\n2. First do, `composer install` to install dependencies\n3. Use Postman do make API calls\n4. Note: You will need to have local database setup to run this app\n\n# REST API Endpoints\n\n1. Get all resources, GET, endpoint: `/api/recipes/all`\n2. Get specific recipe, GET endpoint: `/api/recipes/find/{id}`\n3. Create a new recipe, POST endpoint: `/api/recipes/add`\n   (choose body and select raw and insert json for example)\n\n```{\n  \"name\": \"new receipe\",\n  \"photo\": \"https://images.unsplash.com/photo-1618839851913-052118691168?ixid=MnwxMjA3fDB8MHxwaG90by1wYWdlfHx8fGVufDB8fHx8\u0026ixlib=rb-1.2.1\u0026auto=format\u0026fit=crop\u0026w=1350\u0026q=80\",\n  \"instructions\": \"Bla bla bla\",\n  \"difficulty\": \"Easy\",\n  \"ingredients\": [\n      {\n          \"id\": 1,\n          \"name\": \"Milk\",\n          \"amount\": \"50 ml\"\n      },\n      {\n          \"id\": 2,\n          \"name\": \"Flour\",\n          \"amount\": \"300 g\"\n      }\n  ]\n}\n```\n\n4. Edit a recipe with a name, PUT/PATCH endpoint: `/api/recipes/edit/{id}`\n   (choose body, x-www-form-urlencoded and select key i.e. name and value: new value to be edited or updated)\n5. Delete a recipe, DELETE endpoint: `/api/recipes/remove/{id}`\n\n# Production deployment\n\nRecipeApp is currently deployed at heroku,\nthe baseURL is: https://intense-journey-91807.herokuapp.com\n\n# Tech stack\n\n1.  [Symfony](https://symfony.com/)\n2.  [PHP](https://www.php.net/)\n3.  [MySQL](https://mysql.com)\n4.  [phpMyAdmin](https://www.phpmyadmin.net/)\n5.  [Postman](https://www.postman.com/)\n\n# Use for reference\n\nUse solely for reference material only\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fkalwar%2Frecipeapp","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fkalwar%2Frecipeapp","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fkalwar%2Frecipeapp/lists"}