KutologoJM's Portfolio

View My GitHub Profile

ONI FOOD RECIPES API

Try the api here

OR

Check out the source code on GitHub

This API was designed to allow users to easily store, access and manipulate ONI Food Recipes.

License: CC BY-NC-SA 4.0 Python Django DRF Poetry


API Structure

Optionally visit: API SWAGGER DOCS for OpenAPI Documentation.


The API consists of three major parts. The Recipes, Ingredients and Recipe Ingredients containers.

Recipes: The main container that stores the main information about the recipes.

Ingredients: Holds information about all items that can serve as ingredients for recipes.

Recipe Ingredients: This container allows recipes to be linked to specific ingredients and their particular measurements for that recipe.