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
When a user inputs a new recipe in the form page, it will take them to the "submitted" page which displays their new recipe and its ingredients
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 When a user inputs a new recipe in the form page, it will take them to the "submitted" page which displays their new recipe and its ingredients