summaryrefslogtreecommitdiff
path: root/microservices/04-react-app/dev/db.json
diff options
context:
space:
mode:
authorKamal Wickramanayake <kamal@inbox.lk>2026-07-03 19:02:36 +0530
committerKamal Wickramanayake <kamal@inbox.lk>2026-07-03 19:02:36 +0530
commitaa122113ade36f02dc8fdbebdf1232b5c4b8742c (patch)
treec345b83db6c769bf5e72a09e3f19d43431961695 /microservices/04-react-app/dev/db.json
parentb221a83ecef1dd7f9583d5107017d24e668205a6 (diff)
Microservice sample projects
Diffstat (limited to 'microservices/04-react-app/dev/db.json')
-rw-r--r--microservices/04-react-app/dev/db.json9
1 files changed, 9 insertions, 0 deletions
diff --git a/microservices/04-react-app/dev/db.json b/microservices/04-react-app/dev/db.json
new file mode 100644
index 0000000..2ca4f6e
--- /dev/null
+++ b/microservices/04-react-app/dev/db.json
@@ -0,0 +1,9 @@
+{
+ "posts": [
+ { "id": "1", "title": "Getting Started with JSON Server", "author": "John Doe" },
+ { "id": "2", "title": "Vue and React Prototyping", "author": "Jane Smith" }
+ ],
+ "comments": [
+ { "id": "1", "text": "Great tool!", "postId": "1" }
+ ]
+} \ No newline at end of file