Closed srsexton94 closed 4 years ago
Potential resources here
data in resources.csv
received a successful response but data not displaying in app
Successfully imported to development api via terminal script
mongoimport --db=mutualaid-api-development --collection=posts --type=csv --headerline --file=resources.csv
still unsure of how to do so in deployed app
Ran heroku config
in terminal to get the MONGODB_URI
to use with the --uri
flag in place of the --db
flag in the mongoimport
command above -- successfully imported the data from resources.csv
Research how to import data from
csv
file to mongodb database