diff --git a/db.json b/db.json new file mode 100644 index 0000000..3eebec9 --- /dev/null +++ b/db.json @@ -0,0 +1,26 @@ +{ + "courses": [ + { + "id": 9, + "name": "Angular 101", + "classes": 2 + }, + { + "id": 13, + "name": "Bootstrap 101", + "classes": 3 + } + ], + "students": [ + { + "id": 2, + "name": "Little Bob Drop Tables", + "sex": "M" + }, + { + "id": 3, + "name": "Half Full", + "sex": "F" + } + ] +}