-
Notifications
You must be signed in to change notification settings - Fork 0
/
db.json
42 lines (42 loc) · 830 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
{
"expenses": [
{
"expense_type": "card",
"expense_date": "2024-01-30",
"expense_amount": "400",
"description": "Hause",
"id": 1
},
{
"expense_type": "cash",
"expense_date": "2024-01-28",
"expense_amount": "365",
"description": "Shoes",
"id": 2
},
{
"expense_type": "card",
"expense_date": "2024-02-07",
"expense_amount": "600",
"description": "German Course",
"id": 3
}
],
"profile": {
"first_name": "Emmanuel",
"last_name": "Balikuddembe",
"email": "balixex@gmail.com"
},
"users": [
{
"email": "azimuthotelfortportal@gmail.com",
"password": "123456",
"id": 1
},
{
"email": "support@jetimachinery.com",
"password": "1234567",
"id": 2
}
]
}