From a972058d20b773f4488df51babb40156c5a335e1 Mon Sep 17 00:00:00 2001 From: Jan Tuomi Date: Fri, 29 Oct 2021 15:22:52 +0300 Subject: Add feed --- db.json | 14 ++++++++++++++ 1 file changed, 14 insertions(+) create mode 100644 db.json (limited to 'db.json') diff --git a/db.json b/db.json new file mode 100644 index 0000000..e91b02e --- /dev/null +++ b/db.json @@ -0,0 +1,14 @@ +{ + "posts": [ + { + "id": "5CEDAFAA-4CB9-4BF9-A0B2-EB4DF373B4A3", + "content": "Hello world", + "createdAt": 1635505671, + "author": { + "id": "EA8E23FC-8F12-404A-9A68-576FBDF72934", + "name": "George Technoman" + }, + "likes": 28 + } + ] +} \ No newline at end of file -- cgit v1.3