Skip to content

Mongo-Express-React-Node (MERN) app with Docker and deploy it to AWS

Notifications You must be signed in to change notification settings

benjaminhuanghuang/mern-docker-aws

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Practice MREN + Docker + AWS

Create Mongo-Express-React-Node (MERN) app with Docker and deploy it to AWS

Reference

Notes

Docker-compose

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

Test with postman

GET localhost:6200/todo

About

Mongo-Express-React-Node (MERN) app with Docker and deploy it to AWS

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published