Skip to content
This repository has been archived by the owner on Apr 15, 2020. It is now read-only.

Latest commit

 

History

History
15 lines (13 loc) · 683 Bytes

setup-mongodb.md

File metadata and controls

15 lines (13 loc) · 683 Bytes

Setup MongoDB

Create New database

  1. In the MongoDB Deployments section click "Create new"
  • Cloud Provider: AWS
  • Plan: Single-Node, Sandbox (free)
  • Database Name: test-goexploremichigan
  1. Setup a DB user under the Users tab
  • Make sure you save the username and password in a password manager!
  • db passwords work best when they don't include special characters
  1. You will use the DB URI for the PARSE_SERVER_DATABASE_URI environment variable
  • Example mongodb://<dbuser>:<dbpassword>@ds123456.mlab.com:45380/test-goexploremichigan
  1. Logout