Class Recipe is in file Recipe.java. This class has an ArrayList of Ingredient, as well as a String name, and String instructions.
Class Ingredient is in file Ingredient.java. This class has a double amount, and a string name.
Added a form page under /form/recipe. the file is addRecipe.mustache
Class Recipe is in file Recipe.java. This class has an ArrayList of Ingredient, as well as a String name, and String instructions. Class Ingredient is in file Ingredient.java. This class has a double amount, and a string name. Added a form page under /form/recipe. the file is addRecipe.mustache