App like recipes from ingredients

Hi I want to create an app that works like a recipe builder.

Users can create or add to a list of ingredients that can be seen by other users.

Users can create recipes by picking ingredient from the list and adding amount of each ingredients and instructions for mixing.

Each recipe should be available for all users to see.

Has anyone made an app like this?
I cant see any example apps similar.

Thanks
Maak

0 6 1,476
6 REPLIES 6

You should have 3 tablesโ€ฆ the Recipes, Ingredients and Ingredient library. The Ingredients table should have a ref field for Recipes and an Enum field for Ingredient Library. With this way you can add ingredients to your recipe and you will see them as an inline view under the recipe record.

What is the difference between an ingredient and an ingredient library table?

Is there a sample app anywhere you can easily start from? This would be my first app.

Hi, did you find a way to do the recipe manager?

Thanks

Top Labels in this Space