Important: as of November 28th this project needs to be ran locally as Heroku which was the hosting it, has closed its free tier services.
hiddenInMyKitchenRecipes
APP available at: https://github.com/sylleryum/hiddenInMyKitchenRecipes
Rest API for this APP available here: https://github.com/sylleryum/hiddenInMyKitchenRecipesFrontend
Find recipes based on ingredients used or ingredients that you have
(This repo is for the Backend Rest API only, Angular frontend is available at https://github.com/sylleryum/hiddenInMyKitchenRecipesFrontend)
- body: { "username": "chooseUser", "password": "choosePWD" }
- body: { "username": "chooseUser", "password": "choosePWD" }
- on success: auth_token received
All get requests need to include header with key = Authorization, value = Token YOUR AUTH_TOKEN RECEIVED FROM /auth/token/login
-
/ingredients: provides a list of all ingredients available
-
/search?ingredients={ingredientsCommaSeparated}: searchs recipes based on ingredients, comma separated
-
/recipe/{recipeID}: returns the recipe from ID provided (ID is received on search)