How to Start Mongodb in Raspbian

Last modified by Leon Poon on 2021/03/23 13:17

After you have installed mongodb server, you might need to start it manually (such as right after installing it and before you restarted your computer).

Run in console:

sudo service mongodb start

After starting, you can try connecting to it.

If your server was started successfully, you can try using python to store and retrieve data from your mongodb server.