Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Use MongoDB to get overseer info #9

Merged
merged 6 commits into from Oct 28, 2018

Conversation

eastmaels
Copy link
Contributor

@eastmaels eastmaels commented Oct 28, 2018

  1. Please create an MLab account as specified here:
    https://www.sitepoint.com/build-simple-beginner-app-node-bootstrap-mongodb/
    or here:
    https://docs.mlab.com/

  2. Create an admin user and overseers collection and import the data from attached file backup.txt:

  3. In heroku, create an environment variable named DATABASE and copy the connection info from mLab in the ff. format:
    mongodb://<dbuser>:<dbpassword>@ds251827.mlab.com:51827/<dbname>

    • replace <dbuser>, <dbpassword>, and <dbname> based on your created mongo db instance

@surpassinggoogle surpassinggoogle merged commit 39dc025 into surpassinggoogle:master Oct 28, 2018
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants