Creating a MEAN stack Application with Docker

This post is about creating a MEAN stack app consisting of Angular 5, MongoDB, NodeJS and Express, running in Docker. It is based on a Github demo I created, which can be found here. Docker overview Docker is used for running applications in containers making them contain everything needed for running the application: runtimes, system tools, …

Creating a MEAN stack Application with Docker Read More »