Skip to content

Commit

Permalink
Update db.json
Browse files Browse the repository at this point in the history
  • Loading branch information
mxtu1905 authored Mar 22, 2020
1 parent 1f72b18 commit f721ccb
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions db.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,12 +5,12 @@
{"CategoryID": "CAT003", "CategoryName": "Thriller", "images": [{"url": "https://image.flaticon.com/icons/png/512/1710/premium/1710259.png"}]}
],
"Book":[
{"BookID": "BO001", "CategoryID": "CAT001", "AuthorID": "AU01", "BookName": "Book01", "ContentID": "CON001"},
{"BookID": "BO002", "CategoryID": "CAT001", "AuthorID": "AU03", "BookName": "Book02", "ContentID": "CON002"},
{"BookID": "BO003", "CategoryID": "CAT002", "AuthorID": "AU02", "BookName": "Book03", "ContentID": "CON003"},
{"BookID": "BO004", "CategoryID": "CAT003", "AuthorID": "AU01", "BookName": "Book04", "ContentID": "CON004"},
{"BookID": "BO005", "CategoryID": "CAT003", "AuthorID": "AU02", "BookName": "Book05", "ContentID": "CON005"},
{"BookID": "BO006", "CategoryID": "CAT003", "AuthorID": "AU03", "BookName": "Book06", "ContentID": "CON006"}
{"BookID": "BO001", "CategoryID": "CAT001", "AuthorID": "AU01", "BookName": "Book01", "ContentID": "CON001", "cover": [{"url": "https://hips.hearstapps.com/vader-prod.s3.amazonaws.com/1548885919-51nEvoCNk4L.jpg"}]},
{"BookID": "BO002", "CategoryID": "CAT001", "AuthorID": "AU03", "BookName": "Book02", "ContentID": "CON002", "cover": [{"url": "https://upload.wikimedia.org/wikipedia/en/a/a9/The_Fault_in_Our_Stars.jpg"}]},
{"BookID": "BO003", "CategoryID": "CAT002", "AuthorID": "AU02", "BookName": "Book03", "ContentID": "CON003", "cover": [{"url": "https://qph.fs.quoracdn.net/main-qimg-a846988667a174fe614ee923361e8965"}]},
{"BookID": "BO004", "CategoryID": "CAT003", "AuthorID": "AU01", "BookName": "Book04", "ContentID": "CON004", "cover": [{"url": "https://i.gr-assets.com/images/S/compressed.photo.goodreads.com/books/1524596540l/36124936._SY475_.jpg"}]},
{"BookID": "BO005", "CategoryID": "CAT003", "AuthorID": "AU02", "BookName": "Book05", "ContentID": "CON005", "cover": [{"url": "https://images-na.ssl-images-amazon.com/images/I/51NAxXSEgrL.jpg"}]},
{"BookID": "BO006", "CategoryID": "CAT003", "AuthorID": "AU03", "BookName": "Book06", "ContentID": "CON006", "cover": [{"url": "https://hips.hearstapps.com/hmg-prod.s3.amazonaws.com/images/thriller-books-3-1532093863.jpg"}]}
],
"Author":[
{"AuthorID": "AU01", "AuthorName": "Name Of Author 1"},
Expand Down

0 comments on commit f721ccb

Please sign in to comment.