How to run Mongodb as a service in macOS - Part 2

Опубликовано: 20 Май 2026
на канале: Programming with Harsh
587
19

Hello Friends In this video we will learn how to run Mongodb as a service in macOS - Part 2

Install Mongodb as a service

From a Terminal prompt:

Install brew
ruby -e "$(curl -fsSL https://raw.githubusercontent.com/Hom...)"

Use below command to install

brew tap mongodb/brew
brew install mongodb-community
brew services start mongodb-community
brew services stop mongodb-community

⭐️Subscribe for more videos⭐️
   / @programmingwithharsh  

#Programming_with_Harsh