aboutsummaryrefslogtreecommitdiffstats
path: root/db.json
diff options
context:
space:
mode:
Diffstat (limited to 'db.json')
-rw-r--r--db.json6
1 files changed, 6 insertions, 0 deletions
diff --git a/db.json b/db.json
new file mode 100644
index 0000000..34d5eca
--- /dev/null
+++ b/db.json
@@ -0,0 +1,6 @@
+{
+ "posts": [
+ { "id": 1, "title": "First post!", "author": "Post man" },
+ { "id": 2, "title": "Lorem ipsum", "author": "Dolor sit amet" }
+ ]
+}