Update Dummies guide to a Local Mongo Cluster authored by Liam Mcmanus's avatar Liam Mcmanus
......@@ -34,7 +34,7 @@ Once the container is up and running, you'll need to start the replica set:
## 4. Connect to the MongoDB Cluster
Now you've got your cluster up and running. You can connect to the cluster using **MongoDB Compass** or **Robo 3T**, provided you have either installed if not feel free to just access it through the backend after setting up the `CONNECTION_URI` in `.env` or install from [here](#Installing-MongoDB-Compass-or-Robo-3T).
Now you've got your cluster up and running. You can connect to the cluster using **MongoDB Compass** or **Robo 3T**, provided you have either installed if not feel free to just access it through the backend after setting up the `CONNECTION_URI` in `.env` (should just be set to `mongodb://localhost:27017`) or install from [here](#Installing-MongoDB-Compass-or-Robo-3T).
# Installing MongoDB Compass or Robo 3T
......
......