Deploying MERN stack on Docker

Subraya Pai
Feb 14, 2023

This is a hands-on lab of deploying MERN stack on docker.

Photo by Fotis Fotopoulos on Unsplash

MERN is short form for MongoDB, ExpressJS, ReactJS and NodeJS. It is one of the best combination of technologies used for developing full stack web applications.

Below is a link to hands-on lab for deploying MERN stack on docker platform. I hope this would help you in some way in your learning journey.

Some useful References:

Play with Docker

MongoDB Tutorial

NodeJs Tutorial

React Tutorial

docker-compose documentation

Containerise ReactJS application with NodeJS

Kubernetes Basics

--

--