001 Initializing Git and GitHub for the project
002 Installing Docker and hello-world using Docker
003 Creating Dockerfile for the Python API service
004 Building Docker image for the API service
005 Running API containers based on the built Docker image
006 Analyzing API Docker container from inside
007 Docker image for the API service Summary
008 Creating Dockerfile for the frontend application
009 Building Docker image for the frontend app
010 Running Docker container for the frontend service
011 Exploring frontend container from inside
012 Why you need to have node modules folder and python venv folders locally
013 Running both frontend and api containers in background