API exemple avec collection MongoDB étudiants
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 

35 lines
1.1 KiB

{
"numEtudiant" : "etu2020001",
"firstname" : "Cecilia",
"lastname" : "Lawrence",
"cycle" : 2,
"adresse" : {
"num" : 12,
"rue" : "des Cailloux",
"ville" : "Amiens",
"pays" : "France"
},
"email" : [
"lawrence@gmail.com"
],
"cours" : [
{
"code" : "UE001",
"titre" : "réseaux",
"description" : "UE metier",
"credit" : 30
},
{
"code" : "UE005",
"titre" : "administration",
"description" : "UE spécialité",
"credit" : 20
},
{
"code" : "UE003",
"titre" : "systèmes",
"description" : "UE Option",
"credit" : 10
}
]
}