Closed thomas-galligan closed 4 years ago
This adds a file to server that when run will reset the database with the dummy data. The NODE_ENV, MONGO_URI and SLACK_OAUTH will need to be configured in the terminal using export <env-variable>=<blah blah>.
server
NODE_ENV
MONGO_URI
SLACK_OAUTH
export <env-variable>=<blah blah>
This adds a file to
server
that when run will reset the database with the dummy data. TheNODE_ENV
,MONGO_URI
andSLACK_OAUTH
will need to be configured in the terminal usingexport <env-variable>=<blah blah>
.