Download & install ngrok - `./ngrok http 5000` Connecting to Mongo show dbs //lists all databases use new //new is the name of our db show collections db.posts.find() //list all documents