Database, Meteor Meteor – Connect to the app local MongoDB in command line March 20, 2014 ykyuen Leave a comment 1. Start the meteor app. 2. Open another shell and connect to the app database which is also called meteor. mongo 127.0.0.1:3001/meteor 3. Check if you could find the collections there. show collections Done =) Advertisement Share this:TweetWhatsAppTelegramMorePrintEmailShare on TumblrPocketLike this:Like Loading... Related