Skip to content

Commit 84cba99

Browse files
committed
Fixed image extension issue.
2 parents 49cf907 + cb9abc4 commit 84cba99

File tree

1 file changed

+8
-8
lines changed

1 file changed

+8
-8
lines changed

README.md

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -96,7 +96,7 @@ Please follow these steps for manual setup:
9696
9797
#### System Design
9898
99-
You can find System Design notes in [Miro](https://miro.com/app/board/uXjVLZLm9gc=/?share_link_id=867179278993).
99+
You can find System Design notes in the Product Search.pdf file.
100100
101101
102102
#### Environment variables
@@ -109,25 +109,25 @@ in the .env file, replace these environment variables with your own values.
109109
110110
## Screenshots
111111
112-
<img src="docs/screenshots/screenshot1.jpg" width="800" height="400"><br>
112+
<img src="docs/screenshots/screenshot1.JPG" width="800" height="400"><br>
113113
The main Swagger view.
114114
115-
<img src="docs/screenshots/screenshot2.jpg" width="800" height="300"><br>
115+
<img src="docs/screenshots/screenshot2.JPG" width="800" height="300"><br>
116116
The main endpoint for recommending products and filtering price.
117117
118-
<img src="docs/screenshots/screenshot6.jpg" width="800" height="300"><br>
118+
<img src="docs/screenshots/screenshot6.JPG" width="800" height="300"><br>
119119
The response from the main endpoint that both recommends products and can filter by price.
120120
121-
<img src="docs/screenshots/screenshot3.jpg" width="800" height="300"><br>
121+
<img src="docs/screenshots/screenshot3.JPG" width="800" height="300"><br>
122122
The second endpoint for recommending products by product description only.
123123
124-
<img src="docs/screenshots/screenshot4.jpg" width="800" height="300"><br>
124+
<img src="docs/screenshots/screenshot4.JPG" width="800" height="300"><br>
125125
The third endpoint for filtering products by the price only.
126126
127-
<img src="docs/screenshots/screenshot5.jpg" width="800" height="300"><br>
127+
<img src="docs/screenshots/screenshot5.JPG" width="800" height="300"><br>
128128
The response from the third endpoint that filters products by the price only.
129129
130-
<img src="docs/screenshots/screenshot7.jpg" width="800" height="300"><br>
130+
<img src="docs/screenshots/screenshot7.JPG" width="800" height="300"><br>
131131
The example of how a prompt to ChatGPT can look like.
132132
133133
## License

0 commit comments

Comments
 (0)