From 33d69fa3a3686f038fbf8d65212bde9e85ed50cf Mon Sep 17 00:00:00 2001 From: Jesus Navalon Date: Fri, 17 Jul 2026 08:49:47 +0200 Subject: [PATCH] fix: readme format --- readme.md | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/readme.md b/readme.md index 7300f09..25d8272 100644 --- a/readme.md +++ b/readme.md @@ -11,8 +11,13 @@ Note that _Test_ and _Mocks_ components are given, you must only implement _your ## 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.