Added basic CRUD operations
This commit is contained in:
73
api/populate.json
Normal file
73
api/populate.json
Normal file
@@ -0,0 +1,73 @@
|
||||
[{
|
||||
"_id": {
|
||||
"$oid": "6939d212ad0a2074aeab3a51"
|
||||
},
|
||||
"time": {
|
||||
"increment": 0,
|
||||
"value": 10
|
||||
},
|
||||
"players": {
|
||||
"white": {
|
||||
"name": "Aude Vaiselle"
|
||||
},
|
||||
"black": {
|
||||
"name": "Nat Action"
|
||||
}
|
||||
},
|
||||
"moves": [
|
||||
"e4",
|
||||
"c6",
|
||||
"d4",
|
||||
"d5"
|
||||
]
|
||||
},
|
||||
|
||||
{
|
||||
"_id": {
|
||||
"$oid": "6939d09fad0a2074aeab3a4f"
|
||||
},
|
||||
"time": {
|
||||
"increment": 0,
|
||||
"value": 10
|
||||
},
|
||||
"players": {
|
||||
"white": {
|
||||
"name": "Aude Vaiselle"
|
||||
},
|
||||
"black": {
|
||||
"name": "Nat Action"
|
||||
}
|
||||
},
|
||||
"moves": [
|
||||
"d4",
|
||||
"d5",
|
||||
"c4",
|
||||
"c6"
|
||||
]
|
||||
},
|
||||
|
||||
{
|
||||
"_id": {
|
||||
"$oid": "6939ce8cad0a2074aeab3a4e"
|
||||
},
|
||||
"time": {
|
||||
"increment": 0,
|
||||
"value": 10
|
||||
},
|
||||
"players": {
|
||||
"white": {
|
||||
"name": "Aude Vaiselle"
|
||||
},
|
||||
"black": {
|
||||
"name": "Nat Action"
|
||||
}
|
||||
},
|
||||
"moves": [
|
||||
"e4",
|
||||
"e5",
|
||||
"kf3",
|
||||
"kc6",
|
||||
"d4"
|
||||
]
|
||||
}
|
||||
]
|
||||
Reference in New Issue
Block a user