This commit is contained in:
OMGiTzPomPom 2022-10-13 13:56:38 +02:00
parent d1d7b2693f
commit cc7e35d242
3 changed files with 29 additions and 0 deletions

BIN
TD/TD4/TP4.pdf Normal file

Binary file not shown.

BIN
TD/TD5/TP5.pdf Normal file

Binary file not shown.

29
TD/TD5/db.json Normal file
View File

@ -0,0 +1,29 @@
{
"ponies": [
{
"id": 1,
"name": "Applejack",
"type": "earth"
},{
"id": 2,
"name": "Rainbow Dash",
"type": "pegasus"
}, {
"id": 3,
"name": "Izzy Moonbow",
"type": "Unicorn"
}
],
"places":[
{
"id": 1,
"name": "PonyVille"
}, {
"id": 2,
"name": "Marebay time"
}, {
"id": 3,
"name": "Cloudsdale"
}
]
}