Answered step by step
Verified Expert Solution
Question
1 Approved Answer
Overview In this lesson, you will build on your previous work with Docker. You will create two containers. One will host an Angular frontend application.
Overview
In this lesson, you will build on your previous work with Docker. You will create two containers. One will host an Angular frontend application. The other will host a Node JS backend REST API. For this assignment, you will make a copy of the published code and deploy it into containers.
Directions
Follow the Module Two Assignment One Guide linked in the Supporting Materials section below to containerize the full stack application. Below is a summary of the steps you must complete for this assignment.
Create containers for the Angular frontend and the MEAN REST API and MongoDB backend.
Run both containers.
Specifically, you must address the following rubric criteria:
Correctly author the Dockerfile scripts for the frontend with no syntax errors.
Correctly author the Dockerfile scripts for the backend with no syntax errors.
Create and run containers using the authored Dockerfiles to show they are working on your machine.
Step by Step Solution
There are 3 Steps involved in it
Step: 1
Get Instant Access to Expert-Tailored Solutions
See step-by-step solutions with expert insights and AI powered tools for academic success
Step: 2
Step: 3
Ace Your Homework with AI
Get the answers you need in no time with our AI-driven, step-by-step assistance
Get Started