Create Mongo-Express-React-Node (MERN) app with Docker and deploy it to AWS
-
How to create a full stack React/Express/MongoDB app using Docker
-
(Series) MERN from scratch to a robust solution
-
A Complete Guide To Deploying Your Web App To Amazon Web Service
You could run each individual container using the Dokerfiles. In our case we have 3 containers to manage, so we will use docker-compose instead. Compose is a tool for defining and running multi-container Docker applications.
Build images
docker-compose build
Run the dockers
docker-compose up
GET localhost:6200/todo