first commit

This commit is contained in:
Vincent BENOIT
2022-03-29 09:38:33 +02:00
parent 8cd7b97396
commit 99f3936e4e
12 changed files with 1130 additions and 662 deletions

22
db.json.origin Normal file
View File

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