/mern-dockerization

Dockerization of a mern application.Production ready. See it live.

Primary LanguageHTML

Install the docker and docker-compose stuffs at first in your machine from this link: Docker Docs

Usage

docker-compose up --build

Now, visit http://localhost to see.

So, you just utilized the power of docker. You do not have to install any of the dev environments: node, react, mongo or anything to run the project, everything is managed by docker.