You can view this tutorial at my Youtube Channel.
In this repository you will find the code for a simple REST API built using Node JS and Express along with the Dockerfile for containerizing the API.
- What are Containers?
- What is Docker?
- Serve static (HTML/JPG) files in Express
- Create a Dockerfile for Node JS
- Build your Docker image
- Run your Docker image as a container
- Test your containerized REST API using Postman and Browser