MongoDB
i think, everyone know what is mongodb and not need to say about it and how work?! π€ then, i think anyone should learn MongoDB and how create a DB with mongodb π
at the first, we need to install mongodb in local-env, but you can you cloud-env π we are using Ubuntu and i don't know about windows and mac, but, maybe this is common way π
this installation way very descriptionally and that is available on MongoDB.org, i tried to install this package but i given ERROR!!! π₯, then i use second way:
yes, after many time installing and uninstalling mongodb-org pkg, i try this way: write or copy below command into your termianl (windows users: cmd):
$ sudo apt-get update
$ sudo apt-get install mongodb
$ sudo systemctl start mongodb
$ sudo systemctl enable mongodb
$ sudo systemctl status mongodb
Installing successfully! π
use $ mongo
if not ruuning, run $ sudo mongo
learn cheatsheet in cheatsheet.md file in next week π π₯