feat: + how to run app on readme

This commit is contained in:
Jesus Navalon
2026-07-17 08:35:33 +02:00
parent 570ea90e68
commit 9ac233623b
+5
View File
@@ -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.