- MERN Stack, Node v24, npm v11.6.2
docker pull mongodb/mongodb-community-server:latest
docker run --name mongodb -p 27017:27017 -d mongodb/mongodb-community-server:latest
cd mern-sandbox/server
npm install
npm start
cd mern-sandbox/client
npm install
npm run dev
http://localhost:5173/




