Skip to content

Commit 2f16215

Browse files
authored
Update README.md
1 parent e0ae08e commit 2f16215

File tree

1 file changed

+19
-6
lines changed

1 file changed

+19
-6
lines changed

README.md

Lines changed: 19 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,20 @@
11
<h2>
2-
A Basic Store REST application
3-
</h2>
4-
<br></br>
5-
<h4> Below is the Image for The REST Framework Designed </h4>
6-
7-
<img src="https://raw.githubusercontent.com/reuben21/Working-with-Spring-REST-Framework/Basic-Store-REST-Framework/images/REST_DESIGN.jpeg?token=AL3DAI65BN7UHJ66Y5HBBWS77COME"/>
2+
A Basic Store REST application using Spring Boot
3+
</h2>
4+
<br></br>
5+
<h4> Below is the image of The REST Framework Designed and the flow of the project</h4>
6+
<img src="https://firebasestorage.googleapis.com/v0/b/projects-in-java.appspot.com/o/REST_DESIGN.jpeg?alt=media&token=34cafc71-0961-452d-af34-bc87798fc9a8" alt="error" width="80%"/>
7+
<br></br>
8+
<h3>The GET APIs</h3>
9+
<ol>
10+
<li>To Fetch Products Before A Certain Date<br>
11+
@GetMapping("/product/purchase/{vendor_id}")</li>
12+
<br>
13+
<li>To Fetch Customer From A Certain Vendor<br>
14+
@GetMapping("/customer/purchase/{vendor_id}")</li>
15+
<br>
16+
<li>To Fetch Products From the Ceratin City<br>
17+
@GetMapping("/product/customer/{city}")</li>
18+
<br>
19+
</ol>
20+

0 commit comments

Comments
 (0)