jack-michaud/partify

Connect to Mongo DB specified in MONGODB_URI

Closed this issue · 0 comments

To make it so we can run this environment-agnostically, we should be able to specify the MONGODB_URI in an environment variable and our back end will connect to that.

MONGODB_URI is in the format:
mongodb://<username>:<password>@<host>:<port>/<database>