Overview
In this lesson you will build on your previous work with Docker by creating two containers, one to host an Angular frontend application and one to host a Node JS backend REST API. For this assignment, you will make a copy of the published code and deploy it into containers.
Prompt
Follow the CS 470 Module Two Assignment One Guide to containerize the full stack application. Below is a summary of the steps you will need to complete for this assignment.
- Create containers for the Angular frontend and for the MEAN REST API and MongoDB backend.
- Run both containers.
Specifically, you must address the following rubric criteria:
- Author the dockerfile scripts for the frontend.
- Author the dockerfile scripts for the backend.
- Compile run scripts to “prove” that they are working on your machine.


0 comments