Deploying a MERN Application (with Docker, Atlas, and Digital Ocean!)

Taking a simple MERN stack application from development to deployment! Source code: --- Join the Community: 💬 Discord: 💻 GitHub: 🐥 Twitter: 👨‍💼 LinkedIn: 🌐 Website: --- Part 1: Dockerize 1) Run baseline application 2) Dockerize api server 3) Dockerize react client 4) Set up docker compose 5) Find public mongo image 6) Enable hot reloading by mounting in src --- Part 2: Productionize 1) Break out separate docker compose files 2) Move DB to Atlas 3) Update client Dockerfile to build production version 4) Use Caddy to serve front end files 5) Parameterize connection strings 6) Split local and production configu
Back to Top