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.
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.