Installation#

Note

Before installing MongoFire, you first need to install MongoDB on your machine. I’m going to install it on a Linux machine if you’re on windows or macOS you can install it from here MongoDB installation

Let’s first install MongoDB. You can install it as follows:

sudo apt install mongodb

Now let’s start MongoDB server

sudo systemctl start mongodb

Let’s check if the server is running

sudo systemctl status mongodb

If you see active (running), then everything is fine and you can continue with me.

Now lets install MongoFire. You can install it as follows:

pip3 install mongofire