Skip to content

Commit

Permalink
data file to use with json-server
Browse files Browse the repository at this point in the history
  • Loading branch information
wnleao committed Apr 14, 2020
1 parent bd037d8 commit 5268c68
Showing 1 changed file with 26 additions and 0 deletions.
26 changes: 26 additions & 0 deletions db.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,26 @@
{
"courses": [
{
"id": 9,
"name": "Angular 101",
"classes": 2
},
{
"id": 13,
"name": "Bootstrap 101",
"classes": 3
}
],
"students": [
{
"id": 2,
"name": "Little Bob Drop Tables",
"sex": "M"
},
{
"id": 3,
"name": "Half Full",
"sex": "F"
}
]
}

0 comments on commit 5268c68

Please sign in to comment.