premier commit - Seance 1,2 et 3 du cours

This commit is contained in:
Vincent BENOIT
2022-03-24 09:47:35 +01:00
parent 953a788674
commit f700aec487
33 changed files with 1563 additions and 660 deletions

22
db.json Normal file
View File

@@ -0,0 +1,22 @@
{
"employees": [
{
"nom": "benoit",
"prenom": "vincent",
"role": "ingénieur",
"id": 1
},
{
"id": 2,
"nom": "guilbot",
"prenom": "alexis",
"role": "ingénieur"
},
{
"id": 3,
"nom": "nauleau",
"prenom": "thierry",
"role": "responsable"
}
]
}