- coins
[
{
"name" : "Dolar",
"description" : "Dolar",
"code" : "USD",
"symbol" : "$",
"date" : "2019-07-30T19:16:39.080Z"
},
{
"name" : "Euro",
"description" : "Euro",
"code" : "EUR",
"symbol" : "€",
"date" : "2019-07-30T19:16:39.080Z"
}
]
- coinsconversions
[
{
"base" : "USD",
"to" : "EUR",
"conversionFactor" : 0.90,
"date" : 1564581391869.0,
"createdAt" : "2019-07-31T13:56:31.873Z",
"__v" : 0
}
]
Once you have added the data to your database, you must configure the config file to connect to the database
npm install & npm start