Skip to content

Commit 2fdfc07

Browse files
CallMeGregcmendible
authored andcommitted
Update eshop.md
1 parent 9bcea90 commit 2fdfc07

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

challenges/eshop/eshop.md

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -8,13 +8,13 @@
88

99
### 1. Choose a programming language of your choice.
1010

11-
### 2. Topic selected is beer. You can use the json beers.json in the root of the project to get the list of beers for building the Rest API.
11+
### 2. Topic selected is beer. You can use the beers.json file in the root of the eshop project to get the list of beers for building the Rest API.
1212

1313
### 3. Develop the shop cart. You can use the following steps as a guide:
1414

15-
- Create an API Rest with methods to:
16-
- get the beers list with page offset and limit.
17-
- get beer details by id.
15+
- Create a Rest API with methods to:
16+
- Get the beers list with page offset and limit.
17+
- Get beer details by id.
1818
- Search beers by name, description, tagline, food_pairing, price.
1919
- Create a list of products in the main page.
2020
- Create a search bar to filter the products.
@@ -24,4 +24,4 @@
2424
Add a product to the shop cart.
2525
Remove a product from the shop cart.
2626
Calculate the total price of the products in the shop cart.
27-
27+

0 commit comments

Comments
 (0)