DEV Community

Cover image for Building Your First Dockerized MERN Stack Web App
Aravind Kumar Vemula
Aravind Kumar Vemula

Posted on

Building Your First Dockerized MERN Stack Web App

Wrote an article on Dockerized MERN stack web app

Github Repository:

GitHub logo lmas3009 / Dockerized-MERN-Stack

Building Your First Dockerized MERN Stack Web App

Dockerized-MERN-Stack

Building Your First Dockerized MERN Stack Web App

This is free and open to every contributors.

Clone this repository

 git clone https://github.com/lmas3009/Dockerized-MERN-Stack.git

Run to start the application

docker-compose up -d
Enter fullscreen mode Exit fullscreen mode

Contributing

All code contributions - if you want change the ui and in code - must go through a pull request and be approved before being merged. This is to ensure a proper review of all the code.

We truly ❤️ pull requests! If you wish to help.




Top comments (1)

Collapse
 
ozgurozvaris profile image
Ozgur Ozvaris

Thanks. works great