Skip to content

Instantly share code, notes, and snippets.

Working with MongoDB - A Cheatsheet


Getting into the MongoDB SHELL

  1. Fire up MongoDB (or check that it's running)

MacOS: brew services status mongodb/brew/mongodb-community to check status > OR brew services restart mongodb/brew/mongodb-communit to start/restart