done state

This commit is contained in:
Märt Kalmo
2017-04-29 11:26:20 +03:00
commit cec00f891c
19 changed files with 308 additions and 0 deletions

14
data/db.json Normal file
View File

@@ -0,0 +1,14 @@
{
"tasks": [
{
"title": "Call Jill",
"added": "2017-03-13T09:46:46.127Z",
"_id": 1
},
{
"title": "Write to John",
"added": "2017-03-13T10:09:38.867Z",
"_id": 2
}
]
}

3
data/routes.json Normal file
View File

@@ -0,0 +1,3 @@
{
"/api/": "/"
}