first commit

This commit is contained in:
Ben Melchior
2025-01-26 22:08:22 +01:00
commit 19833ad384
11 changed files with 453 additions and 0 deletions

16
hospital.json Normal file
View File

@@ -0,0 +1,16 @@
{
"hospitals": [
{
"id": 1,
"name": "Centre Hospitalier",
"address": "4, rue Ernest Barblé L-1210 Luxembourg",
"phone": "+352 44 11 11"
},
{
"id": 2,
"name": "Hopital Kirchberg",
"address": "9, rue Edward Steichen L-2540 Luxembourg",
"phone": "+352 24 68-1"
}
]
}