Remove Mirage; add json-server with first email included

This commit is contained in:
Jeffrey Biles
2020-03-28 21:00:57 -07:00
parent 3bbc469da6
commit 18d6bfa297
6 changed files with 15 additions and 214 deletions

13
db.json Normal file
View File

@@ -0,0 +1,13 @@
{
"emails": [
{
"id": 0,
"from": "jeffrey@vuescreencasts.com",
"subject": "Vue 3 Is Cool",
"body": "So many cool things.\n\nGlad we're getting such a great update.",
"sentAt": "2012-04-23T18:25:43.511Z",
"archived": false,
"read": false
}
]
}