Installing mongoDB the Painful Way
I am working on a Python project that requires a mongoDB backend. I used Visual Studio Code’s Remote – Containers extension to quickly spin up a Docker container with Python 3.6 and Node.js preconfigured…but there wasn’t a mongoDB option. No problem, I’ll install it myself. I follow along with mongoDB’s instructions for installation using the …