przemyslvw / mern-docker

Jumpstart your MERN App development using Docker

Home Page:https://dev.to/sujaykundu777/utilizing-the-power-of-docker-while-building-mern-apps-using-mern-docker-4olb

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

MERN-Docker - Starter for building MERN Apps using Docker

MERN DOCKER diagram

Prerequisites:

You must have Docker Installed in your System !

How to run the App :

In Development Mode :

First copy the content of docker-compose-dev.yml to docker-compose.yml

Run the app using :

$ docker-compose up --build -remove-orphans

The App should be App :

visit client : http://localhost:3000

visit server : http://localhost:8080

To check the status :

docker-compose ps

In Production Mode :

First copy the content of docker-compose-prod.yml to docker-compose.yml

Run the app using :

$ docker-compose up --build -remove-orphans

The App should be up at http://localhost:8080

About

Jumpstart your MERN App development using Docker

https://dev.to/sujaykundu777/utilizing-the-power-of-docker-while-building-mern-apps-using-mern-docker-4olb


Languages

Language:JavaScript 73.3%Language:HTML 12.1%Language:Dockerfile 8.1%Language:CSS 6.6%