NOVID19 est un projet fait dans le cadre éducatif en tant que projet transversal (TPT) à l'ITUniversity. Ce projet est le web service fait en NodeJS.
Base url https://calm-mesa-49918.herokuapp.com/
GET,POST,PUT: api/lieu Pour un lieu spécifique: GET,DELETE: api/lieu/:id
GET,POST,PUT: api/historique Pour une historique spécifique: GET,DELETE: api/historique/:id Avoir l'historique de chaque personne: historiquePersonne/:id
GET,POST,PUT: api/message Pour un message spécifique: GET,DELETE: api/message/:id
GET,POST,PUT: api/cartev Pour une carte spécifique: GET,DELETE: api/cartev/:id Avoir la carte d'une personne: cartePersonne/:idpersonne
GET,POST,PUT: api/vaccin Pour un vaccin spécifique: GET,DELETE: api/vaccin/:id Pour avoir les vaccins pour une carte: vaccinCarte/:idcarte
GET,POST,PUT: api/test Pour un test spécifique: GET,DELETE: api/test/:id Pour avoir les tests pour chaque personne: testPersonne/:idpersonne
GET,POST,PUT: api/centre Pour un centre spécifique: GET,DELETE: api/centre/:id
GET,POST,PUT: api/personne Pour une personne spécifique: GET,DELETE: api/personne/:id