forked from asciiej/fastfeet-front
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathdb.json
49 lines (49 loc) · 847 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
41
42
43
44
45
46
47
48
49
{
"users": [
{
"id": 1,
"name": "Tiago Souza",
"cpf": "123.456.789-00",
"password": "abc123",
"isPostman": false
}
],
"pacotes": [
{
"id": 1,
"title": "Pacote 03",
"date": "01/07/2020",
"status": "Retirado"
},
{
"id": 2,
"title": "Pacote 04",
"date": "02/07/2020",
"status": "Retirado"
},
{
"id": 3,
"title": "Pacote 05",
"date": "03/07/2020",
"status": "Retirado"
},
{
"id": 4,
"title": "Pacote 06",
"date": "04/07/2020",
"status": "Aguardando"
},
{
"id": 5,
"title": "Pacote 07",
"date": "01/07/2020",
"status": "Entregue"
},
{
"id": 6,
"title": "Pacote 08",
"date": "02/07/2020",
"status": "Entregue"
}
]
}