MERN Stack Deployment on Docker

To understand about deploying MERN stack using docker MERN is a short form for MongoDB, Express, ReactJS and NodeJS. It represents a full-stack application. Each component in this stack has its usage given below, MongoDB: A NoSQL document DB that stores data in the form of JSON. As most of the application uses JSON form of the […]

Containerize ReactJS Application With NodeJS

This hands-on lab will show you how to containerize a ReactJS application with a NodeJS Docker container. Pre-requisites for this hands-on lab, The learner must have some basic knowledge about Introduction A ReactJS application, after creating the build, can be served with the NodeJS server-side app as mentioned in this ReactJS Official Documentation. NodeJS is a JavaScript […]