Before starting to build the app, let's first install the pre-requisites that are required for building the docker containers,
1. Install Docker on your machine
For Linux (Ubuntu/Debian Based distros):
sudo apt install docker.io
For MacOSX: you ca...