srsexton94 / mutualaid-api

A social networking app designed to support Mutual Aid network organizing efforts
https://fast-oasis-63373.herokuapp.com/
0 stars 0 forks source link

Import data from `resources.csv` to production database #9

Closed srsexton94 closed 4 years ago

srsexton94 commented 4 years ago

Research how to import data from csv file to mongodb database

srsexton94 commented 4 years ago

Potential resources here

data in resources.csv

srsexton94 commented 4 years ago

received a successful response but data not displaying in app

srsexton94 commented 4 years ago

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

srsexton94 commented 4 years ago

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