mongo db
in terminal type: mongo
show databases
use <select db>
show collections;
db.<dbname>.find();