Skip to content

Project outlineΒΆ

The goal of the project is to make a tiny node.js web application that can be accessed via browser from a local machine.

The project will be divided into several steps: 1. Create Node JS web app 2. Create a Dockerfile 3. Build image from dockerfile 4. Run image as container 5. Connect to web app from browser

In the process of making the project, there will be a few mistakes made so we can learn on how to fix them.