Skip to content

riskypaditya/food-recipe-api

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

25 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Food Recipe API

1. Latest Recipe

[ENDPOINT] /recipe
[GET] http://api-food-recipe.herokuapp.com/recipe

2. Detail Recipe

[ENDPOINT] /recipe/:recipeId
[GET] http://api-food-recipe.herokuapp.com/recipe/resep-ayam-goreng-krispi-rumahan

3. Categories

[ENDPOINT] /categories
[GET] http://api-food-recipe.herokuapp.com/categories

4. Category Items

[ENDPOINT] /categories/:categoryId
[GET] http://api-food-recipe.herokuapp.com/categories/masakan-hari-raya

5. Search

[ENDPOINT] /search?q={query}
[GET] http://api-food-recipe.herokuapp.com/search?q=ayam krispi

About

API resep masakan bahasa indonesia

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • JavaScript 100.0%