You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
On macOS running Homebrew, MongoDB can be installed by running brew install mongodb, and then following the instructions to start the instance. On Ubuntu, follow these instructions to install and run a local instance.
Then export MONGODB_URI=mongodb://localhost:27017/.
Robomongo is a good cross-platform MongoDB GUI, that you can use for both local and remote development.
The text was updated successfully, but these errors were encountered:
On macOS running Homebrew, MongoDB can be installed by running brew install mongodb, and then following the instructions to start the instance. On Ubuntu, follow these instructions to install and run a local instance.
Then
export MONGODB_URI=mongodb://localhost:27017/
.Robomongo is a good cross-platform MongoDB GUI, that you can use for both local and remote development.
The text was updated successfully, but these errors were encountered: