-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathdb.json
40 lines (40 loc) · 822 Bytes
/
db.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
{
"projects": [
{
"description": "next in line",
"owner": "jason miller",
"title": "Ticketing software",
"id": 1
},
{
"title": "Traffick control module",
"owner": "Paul and Paul",
"description": "red, yellow and green",
"id": 2
},
{
"description": "auto bot",
"owner": "chris evans",
"title": "Slack channel bot",
"id": 3
},
{
"description": "nosql database",
"owner": "Ali Faraday",
"title": "MongoDB database housing",
"id": 4
},
{
"title": "Testing title done",
"owner": "testing edit",
"description": "testing description",
"id": 5
},
{
"title": "Laptop new",
"owner": "seedy",
"description": "free for all",
"id": 6
}
]
}