From 9ac233623bba8469796e7a6fc4c36dc7404a88e8 Mon Sep 17 00:00:00 2001 From: Jesus Navalon Date: Fri, 17 Jul 2026 08:35:33 +0200 Subject: [PATCH] feat: + how to run app on readme --- readme.md | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/readme.md b/readme.md index bc0c5cc..7300f09 100644 --- a/readme.md +++ b/readme.md @@ -9,6 +9,11 @@ We already have an endpoint that provides the product Ids similar for a given on Note that _Test_ and _Mocks_ components are given, you must only implement _yourApp_. +## Running the application + +mvn clean install +mvn spring-boot:run + ## Testing and Self-evaluation You can run the same test we will put through your application. You just need to have docker installed.