mongoose + tests

This commit is contained in:
Primakov Alexandr Alexandrovich
2024-10-16 11:06:23 +03:00
parent 2cfcd7347b
commit 4b0d9b4dbc
1295 changed files with 4579 additions and 1719 deletions

View File

@@ -0,0 +1,5 @@
{
"id": 12,
"name": "Gordon Freeman",
"avatar": "user.png"
}

View File

@@ -0,0 +1,40 @@
[
{
"game": 1,
"maps": [
{
"id": 302,
"name": "Lambda Core 1",
"logo": "lambda-1.png",
"game": 1,
"size": 12280
},
{
"id": 21,
"name": "Xen Factory 2",
"logo": "bms-xen2.png",
"game": 1,
"size": 14760
},
{
"id": 5,
"name": "Office Complex 4",
"logo": "bms-office4.png",
"game": 1,
"size": 9810
}
]
},
{
"game": 12,
"maps": [
{
"id": 43,
"name": "Ice Spikes",
"logo": "mc-icespk.png",
"game": 12,
"size": 43210
}
]
}
]

View File

@@ -0,0 +1,22 @@
[
{
"id": 1,
"name": "Foo Bar",
"avatar": "user.png"
},
{
"id": 31,
"name": "Holy Radar",
"avatar": "user.png"
},
{
"id": 12,
"name": "Gordon Freeman",
"avatar": "user.png"
},
{
"id": 43,
"name": "Portator Defunctorum",
"avatar": "user.png"
}
]