The goal of this article is to show how to get mongodb-community to run on a Mac at localhost:27017. This assumes that Homebrew has already been installed on your Mac machine. Using a terminal or bash window, start with the following brew command:brew tap mongodb/brew In this screenshot, I used this command after I already … Continue reading MongoDB: How to install mongodb-community on Mac and run on localhost
Month: December 2019
Kotlin: How to test your code online
Here are some online web apps that people have written that make it possible to test your Kotlin code online. play.kotlinlang.orghttp://play.kotlinlang.org/ JDOODLEhttp://jdoodle.com/ tutorialspointhttps://tutorialspoint.com