Spring Recipes Web Application
A simple recipe application created with help from John Thompson's Spring Framework 5: Beginner to Guru
How to run:
Download and install Maven and clone this repository to your local machine. Create a new project in your favorite IDE, then build and run the project with Maven. Open the application on any web browser at the address of your local machine with the port number Tomcat is running on (default 8080). Ex: localhost:8080
Features
Home Page
A list of all recipes will appear on the home page. The application will load two recipes on startup. From here, you may view, update, or delete an existing recipe, or you may choose to create a new recipe.
Recipe Main Page
Click the 'View' button next to any recipe to navigate to the recipe's main page. From the recipe's main page, you may view details about the recipe, change the recipe's picture, or access the recipe's ingredients.
Create a Recipe
Create a new recipe with the 'New' button at the top of the recipe list on the home page. A blank recipe form will open for the new recipe.
Update a Recipe
Click the 'Update' button next to any recipe to update the recipe's details.
Recipe Ingredient List
To access a list of all the recipe's ingredients, click the 'View' button next to the ingredients. From the ingredient list page, you may view, update, or delete an ingredient. You may also create new ingredients.
View a Specific Ingredient
From the recipe ingredient list page, click the 'View' button next to any ingredient to view.
Create an Ingredient
The 'New' button on the ingredient list page will open a blank ingredient form for a new ingredient.
Update an Ingredient
Click the 'Update' button next to any ingredient to update the ingredient's details.