For loading/updating/deleting an existing recipe
Validate recipe in form through API call.
Add new recipe to the database through API call.
Load recipe from the database through API call.
Update data of the recipe in the database through API call.
Remove recipe from the database through API call.