These are bare-bones intructions on how to CRUD the data
navigate to the APP via browser or Postman here
The REST API to the example app is described below.
GET /thing/number or string
_id: "5edbd5e8d35b5e7eca0d39d0",
Overall rank: 3,
Country or region: "Norway",
Score: 7.554,
GDP per capita: 1.488,
Social support: 1.582,
Healthy life expectancy: 1.028,
Freedom to make life choices: 0.603,
Generosity: 0.271,
Perceptions of corruption: 0.341,
__v: 0
POST /thing/number or string
_id: "5edbd5e8d35b5e7eca0d39d0",
Overall rank: 3,
Country or region: "Norway",
Score: 7.554,
GDP per capita: 1.488,
Social support: 1.582,
Healthy life expectancy: 1.028,
Freedom to make life choices: 0.603,
Generosity: 0.271,
Perceptions of corruption: 0.341,
__v: 0
{"id":1,"name":"Foo","status":"new"}
DELETE /thing/
_id: "5edbd5e8d35b5e7eca0d39d0",
Overall rank: 3,
Country or region: "Norway",
Score: 7.554,
GDP per capita: 1.488,
Social support: 1.582,
Healthy life expectancy: 1.028,
Freedom to make life choices: 0.603,
Generosity: 0.271,
Perceptions of corruption: 0.341,
__v: 0
DELETED