init
This commit is contained in:
commit
b56019c694
25 changed files with 456 additions and 0 deletions
data
38
data/athletes.json
Normal file
38
data/athletes.json
Normal file
|
@ -0,0 +1,38 @@
|
|||
[
|
||||
{
|
||||
"id": 1,
|
||||
"prenom": "Riner",
|
||||
"nom": "Teddy",
|
||||
"pays": "France",
|
||||
"sexe": "H",
|
||||
"image": "https://upload.wikimedia.org/wikipedia/commons/4/4e/Teddy_Riner_2012.jpg",
|
||||
"disciplines": [
|
||||
1
|
||||
],
|
||||
"records": []
|
||||
},
|
||||
{
|
||||
"id": 2,
|
||||
"prenom": "Flessel",
|
||||
"nom": "Laura",
|
||||
"pays": "France",
|
||||
"sexe": "H",
|
||||
"image": "https://plusquedusport.files.wordpress.com/2012/04/124936207sl015_laura_flesse.jpg",
|
||||
"disciplines": [
|
||||
2
|
||||
],
|
||||
"records": []
|
||||
},
|
||||
{
|
||||
"id": 3,
|
||||
"prenom": "Monfils",
|
||||
"nom": "Ga\u00ebl",
|
||||
"pays": "France",
|
||||
"sexe": "H",
|
||||
"image": "https://upload.wikimedia.org/wikipedia/commons/thumb/2/26/Monfils_RG19_%2813%29_%2848199149362%29.jpg/1200px-Monfils_RG19_%2813%29_%2848199149362%29.jpg",
|
||||
"disciplines": [
|
||||
3
|
||||
],
|
||||
"records": []
|
||||
}
|
||||
]
|
Loading…
Add table
Add a link
Reference in a new issue