Skip to content

Latest commit

 

History

History
85 lines (59 loc) · 2.59 KB

ReadmeDev.md

File metadata and controls

85 lines (59 loc) · 2.59 KB

Developer zone

Welcome to the team, this is the basic about the project, if you have any question, please talk with your developer partner.

Setup

  • Node.js v21.7.1
  • ReactJs v18.2
  • Create your branch
  • Merge only on develop

Folder structure

Folders

Gitflow

Gitflow

Figma design

Figma

Roles

Rol Titular
Lider Jose Montenegro Garzón
UI/UX Agustín Sebastián Piuca Quevedo
Dev Mayra Macedo
DevOPs Francisco Javier Santoyo Rios

Fetch structure

Site: The meal db

Search meal by name

https://www.themealdb.com/api/json/v1/1/search.php?s=[strMeal] Needs strMeal

Name Type Description
idMeal Integer Id unico del platillo
strMeal String Nombre del platillo
strCategory String Categoria del platillo
strInstructions String Instrucciones de preparacion del platillo
strMealThumb String Link de imagen html
strTags String Tags realacionados al platillo
strIngredient[1~20] String Cantidad de ingredientes necesarios para el platillo (max 20)

Lookup full meal details by id

www.themealdb.com/api/json/v1/1/lookup.php?i=[idMeal] Needs idMeal

Name Type Description
idMeal Integer Id unico del platillo
strMeal String Nombre del platillo
strCategory String Categoria del platillo
strInstructions String Instrucciones de preparacion del platillo
strMealThumb String Link de imagen html
strTags String Tags realacionados al platillo
strIngredient[1~20] String Cantidad de ingredientes necesarios para el platillo (max 20)

List all meal categories

www.themealdb.com/api/json/v1/1/categories.php Don't need parameters

Name Type Description
idCategory Integer Id de la categoria
strCategory String Nombre de la categoria
strCategoryThumb String Link completo de la categoria
strCategoryDescription String Descripcion de la categoria

List all Categories

www.themealdb.com/api/json/v1/1/list.php?c=list Don't need parameters

Name Type Description
strCategory String name of the category