diff --git a/TD/TD4/TP4.pdf b/TD/TD4/TP4.pdf new file mode 100644 index 0000000..6b1e8d9 Binary files /dev/null and b/TD/TD4/TP4.pdf differ diff --git a/TD/TD5/TP5.pdf b/TD/TD5/TP5.pdf new file mode 100644 index 0000000..a18e686 Binary files /dev/null and b/TD/TD5/TP5.pdf differ diff --git a/TD/TD5/db.json b/TD/TD5/db.json new file mode 100644 index 0000000..83defc6 --- /dev/null +++ b/TD/TD5/db.json @@ -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" + } + ] +} \ No newline at end of file