Skip to content

Commit

Permalink
DB connection to mongoDB more explicit
Browse files Browse the repository at this point in the history
  • Loading branch information
DevinCLane committed Nov 26, 2023
1 parent 671062a commit aef4eb4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -88,7 +88,7 @@ This app uses [NPM](https://www.npmjs.com/) to manage its dependences and packag
1. Open MongoDB Compass.
2. In the MongoDB Compass connection dialog, locate the "Connection String" field.
3. In your .env file, located in the server directory, copy the DB_STRING into the "Connection String" field
3. In your .env file, located in the server directory, copy the DB_STRING, then paste this DB_STRING value into the "Connection String" field in MongoDB Compass.
4. Click "Connect" to establish a connection to your local MongoDB instance.
5. To run the app locally, navigate to the `client` directory and run:
Expand Down

0 comments on commit aef4eb4

Please sign in to comment.