This project consists of creating apiRest on a fictitious database called datacustomers.With a previous Customers data structure with the attributes:
1: {
ID: "1",
Name: "Miguel",
Role: "Administrateur",
Email: "mig@gmail.com",
Phone: 690505814,
Contacted: true,
},
2: {
ID: "2",
Name: "Florian",
Role: "Developpeur web",
Email: "flor@gmail.com",
Phone: 690507851,
Contacted: true,
},
3: {
ID: "3",
Name: "Loic",
Role: " Graphic Designer",
Email: "loic@gmail.com",
Phone: 670565842,
Contacted: true,
},
4: {
ID: "4",
Name: "kevin",
Role: "UI Designer",
Email: "kev@gmail.com",
Phone: 677879747,
Contacted: true,
},
}