To make a delicious 5 ingredient tomato soup from scratch, follow these simple steps:
Wash the tomatoes, onion, and garlic cloves. Chop the tomatoes and onion into small pieces. Mince the garlic cloves.
In a large pot, heat some olive oil over medium heat. Add the minced garlic and chopped onion. Sauté until the onion becomes translucent.
<pre>
<code>
var oliveOil = 2; // in tablespoons
var mincedGarlic = 2; // in cloves
var choppedOnion = 1; // in medium-sized
function sauteOnionAndGarlic(oliveOil, mincedGarlic, choppedOnion) {
// code to sauté onion and garlic
}
sauteOnionAndGarlic(oliveOil, mincedGarlic, choppedOnion);
</code>
</pre>
</code></pre><p>Add the chopped tomatoes to the pot and cook for about 5 minutes until they start to soften.</p><pre><code>
<pre>
<code>
var choppedTomatoes = 4; // in large-sized
function cookTomatoes(choppedTomatoes) {
// code to cook tomatoes
}
cookTomatoes(choppedTomatoes);
</code>
</pre>
</code></pre><p>Pour in the vegetable broth and bring the mixture to a boil. Reduce the heat and let it simmer for 15-20 minutes.</p><pre><code>
<pre>
<code>
var vegetableBroth = 2; // in cups
function simmerSoup(vegetableBroth) {
// code to simmer the soup
}
simmerSoup(vegetableBroth);
</code>
</pre>
</code></pre><p>Using an immersion blender or a regular blender, puree the soup until smooth.</p><pre><code>
<pre>
<code>
function pureeSoup() {
// code to puree the soup
}
pureeSoup();
</code>
</pre>
</code></pre><p>Stir in the heavy cream and let the soup simmer for an additional 5 minutes.</p><pre><code>
<pre>
<code>
var heavyCream = 0.25; // in cups
function addCream(heavyCream) {
// code to add cream
}
addCream(heavyCream);
</code>
</pre>
</code></pre><li><strong>Serve and enjoy:</strong></li><p>Ladle the tomato soup into bowls and serve hot. You can garnish it with fresh basil leaves or a sprinkle of black pepper if desired.</p></ol><p>With just 5 simple ingredients, you can make a delicious homemade tomato soup that is perfect for a cozy meal.</p><p>References:</p><ul><li><a href="https://www.foodnetwork.com/recipes/food-network-kitchen/5-ingredient-tomato-soup-3363154">Food Network - 5-Ingredient Tomato Soup Recipe</a></li><li><a href="https://www.allrecipes.com/recipe/228650/homemade-tomato-soup/">Allrecipes - Homemade Tomato Soup Recipe</a></li></ul>
© 2025 Invastor. All Rights Reserved
User Comments