Skip to content

Commit

Permalink
data for the liveclass of nextjs
Browse files Browse the repository at this point in the history
  • Loading branch information
Manish-kumar-DEV committed Feb 15, 2023
1 parent 6f4fe6d commit 18fa7a7
Showing 1 changed file with 32 additions and 0 deletions.
32 changes: 32 additions & 0 deletions week-4/2.nextjs-adv/3.live/db.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,32 @@
{
"blogs": [
{
"id": 1,
"title": "Blog 1",
"description": "This is blog 1",
"author": "manish",
"createdOn": 1669728310804
},
{
"id": 2,
"title": "Blog 2",
"description": "This is blog 2",
"author": "manish",
"createdOn": 1669728320804
},
{
"id": 3,
"title": "Blog 3",
"description": "This is blog 3",
"author": "manish",
"createdOn": 1669748310804
},
{
"id": 4,
"title": "Blog 4",
"description": "This is blog 4",
"author": "manish",
"createdOn": 1669748310804
}
]
}

0 comments on commit 18fa7a7

Please sign in to comment.