December 26, 2019
Bootstrap for a node and mongo environment with docker-compose
As a developer, I often need to quickly build a development environment for small projects and Docker is a very convenient way to have a stable one up and running in no time. Today I want to share my starting point when I have to build an app in node/express and mongoDB.
Read more