-
Notifications
You must be signed in to change notification settings - Fork 0
/
db.json
46 lines (45 loc) · 1.07 KB
/
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
{
"users": [
{
"id": "5f114479-a8ff-4b73-aa43-1d5cd23b83cf",
"email": "[email protected]",
"firstName": "Basti",
"lastName": "Doe",
"password": "test123",
"profileImg": "",
"bookmarks": ["123123"]
},
{
"id": "40a84c45-efb9-439d-88f2-96f5b2f73b3e",
"firstName": "Nikita",
"lastName": "Nakropin",
"email": "[email protected]",
"password": "ChangeMe123!",
"profileImg": "",
"bookmarks": ["94997", "653326"]
},
{
"id": "d3f68929-77f0-4da7-847e-18b09e35a8dc",
"firstName": "unknown",
"lastName": "unknown",
"email": "no@mail",
"password": "ChangeMe123!",
"profileImg": "",
"bookmarks": ["94997", "653346"]
}
],
"screening": [
{
"id": "d0344dec-0018-494f-855b-8e8f61050837",
"date": "16/07/2024",
"time": "17:00",
"bookedSeats": ["A1", "A2", "F3"]
},
{
"id": "458cc6ed-dfa3-4c62-8d08-4249a7720936",
"date": "16/07/2024",
"time": "20:00",
"bookedSeats": ["A5", "A6", "C5", "C6"]
}
]
}