Intro A mid-2010s style MERN stack separates out backend and frontend concerns into separate deployable units (which we’ll call “projects” here), resulting in an architecture that looks something like this for a consumer web app with admin backend: In this diagram we have four projects: “Consumer Microservice”, “Consumer Frontend”, “Admin…