From f18f6d882b85769c64b95c9c1a06b836e3d5c4ea Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Daniel=20L=C3=B3pez=20Garc=C3=ADa?= Date: Wed, 23 Jun 2021 12:19:55 +0200 Subject: [PATCH] Updated readme --- readme.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/readme.md b/readme.md index dfac1af..838d21d 100644 --- a/readme.md +++ b/readme.md @@ -1,5 +1,5 @@ # Backend dev technical test -We want to offer a new feature to our customers showing similar products to the one they are browsing. To do this we agreed with out front end applications to create a new REST API that will provide them the product detail of the similar products to a given one. [Here](./similarProducts.yaml) is the contract we agreed. +We want to offer a new feature to our customers showing similar products to the one they are seeing. To do this we agreed with our front-end applications to create a new REST API that will provide them the product detail of similar products to a given one. [Here](./similarProducts.yaml) is the contract we agreed. We already have an endpoint that provides the product Ids similar to a given one. We also have another endpoint that returns the product detail by productId. [Here](./existingApis.yaml) is the documentation of the existing APIs. @@ -12,7 +12,7 @@ Note that _Test_ and _Mocks_ components are given, you must only implement _your ## Testing and Self-evaluation You can run the same test we will put through your application. You just need to have docker installed. -First of all you may need to enable file sharing for the `shared` folder on your docker dashboard -> settings -> resources -> file sharing. +First of all, you may need to enable file sharing for the `shared` folder on your docker dashboard -> settings -> resources -> file sharing. Then you can start the mocks and other needed infrastructure with the following command. ``` @@ -30,4 +30,4 @@ Browse [http://localhost:3000/d/Le2Ku9NMk/k6-performance-test](http://localhost: The following topics will be considered: - Code clarity and maintainability - Performance -- Resilence \ No newline at end of file +- Resilence