Install node v18.17.*
docker pull mongodb/mongodb-community-server:latest docker run --name mongodb -p 27017:27017 -d mongodb/mongodb-community-server:latest
npm i
npm start
**** Ignore the warnings and errors in console
Install node v18.17.*
docker pull mongodb/mongodb-community-server:latest docker run --name mongodb -p 27017:27017 -d mongodb/mongodb-community-server:latest
npm i
npm start
**** Ignore the warnings and errors in console