Mern Crash Course How To Run Create the file backend/config.env with your Mongo URI & Port: MONGO_URI=your_mongo_uri PORT=8000 Build App: npm run build Run App: npm run start