This short MongoDB introduction assumes that you have a running MongoDB instance on your computer and have all command line tools installed.
When the shell command has been started the first thing you want to know is which databases are available. To do this you run the command show dbs.
> show dbs
admin
local
crm