A simple recipe application created with help from John Thompson's Spring Framework 5: Beginner to Guru
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
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.
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 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.
Click the 'Update' button next to any recipe to update the recipe's details.
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.
From the recipe ingredient list page, click the 'View' button next to any ingredient to view.
The 'New' button on the ingredient list page will open a blank ingredient form for a new ingredient.
Click the 'Update' button next to any ingredient to update the ingredient's details.