diff --git a/db.json b/db.json index 7389028a..0eb27ada 100644 --- a/db.json +++ b/db.json @@ -1,9 +1,34 @@ { - "posts": [ - { "id": 1, "title": "json-server", "author": "typicode" } - ], - "comments": [ - { "id": 1, "body": "some comment", "postId": 1 } - ], - "profile": { "name": "typicode" } + "characters": [ + { + "id": 1, + "name": "Mr. Cute", + "image": "https://thumbs.gfycat.com/EquatorialIckyCat-max-1mb.gif", + "votes": 0 + }, + { + "id": 2, + "name": "Mx. Monkey", + "image": "https://thumbs.gfycat.com/FatalInnocentAmericanshorthair-max-1mb.gif", + "votes": 0 + }, + { + "id": 3, + "name": "Ms. Zebra", + "image": "https://media2.giphy.com/media/20G9uNqE3K4dRjCppA/source.gif", + "votes": 0 + }, + { + "id": 4, + "name": "Dr. Lion", + "image": "http://bestanimations.com/Animals/Mammals/Cats/Lions/animated-lion-gif-11.gif", + "votes": 0 + }, + { + "id": 5, + "name": "Mme. Panda", + "image": "https://media.giphy.com/media/ALalVMOVR8Qw/giphy.gif", + "votes": 0 + } + ] }