Deploying a 3 Tier MERN Stack App
Nov 10, 2023 · 4 min read · In this blog we try to deploy a MERN Stack App, with 3 tier architecture on AWS. Roadmap: Create 3 instances that use Ubuntu distro (frontend, backend, and db) Configure security groups (ports needed: 22, 8080, 3000, 27017) Install node and mongod...
Join discussion