Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
arabzade authored Nov 23, 2021
1 parent 43b7dce commit 034e930
Showing 1 changed file with 11 additions and 0 deletions.
11 changes: 11 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -11,16 +11,27 @@ Follow the below steps to run the application and use the APIs through Postman
Here is some examples of APIs:

URL: https://localhost:5001/books

POST

Body:

{

"Title" : "The stranger version 2",

"Authors" : "Matthew Ward",

"AverageRating" : "4.3",

"NumPage" : "85",

"RatingCount" : "450000",

"TextReviewCount" : "32000",

"PublicationDate" : "01-05-2021",

"Publisher" : "Local book store"
}

Expand Down

0 comments on commit 034e930

Please sign in to comment.