diff --git a/resources/homework.json b/resources/homework.json new file mode 100644 index 0000000..07efefb --- /dev/null +++ b/resources/homework.json @@ -0,0 +1,19 @@ +{ + "_id": "16f5fb3c-2398-4bc4-b37f-fda644de47a3", + "user": "28ccfc3e-2085-491f-b80a-ad4385d788bf", + "name": "Kap. ett", + "type": "english-vocabulary", + "items": [ + { + "row": 1, + "source": "Hej", + "target": "Hello" + }, + { + "row": 2, + "source": "Översättning", + "target": "Translation" + } + ], + "result": 0 +} \ No newline at end of file diff --git a/resources/users.json b/resources/users.json new file mode 100644 index 0000000..c235e85 --- /dev/null +++ b/resources/users.json @@ -0,0 +1,7 @@ +{ + "_id": "28ccfc3e-2085-491f-b80a-ad4385d788bf", + "username": "racerpanton", + "first-name": "Anton", + "last-name": "Friedrichsen", + "result": 0 +} \ No newline at end of file