Install and run mongodb on macOS as a non-root user
Installing and running mongodb on a mac is very easy with homebrew: It runs on localhost as a non-root user. You can verify that mongodb is running by searching for mongod in your running processes and by checking for the logs: Use mongo command to start a mongo shell to the running instance. CTRL-D to … More Install and run mongodb on macOS as a non-root user