Skip to content

msaxena1/nodejs-mongodb

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 

Repository files navigation

nodejs-mongodb

###Install the following

  • install docker desktop
  • install mongodb compass
  • install vscode
  • install thunderClient
  • install nodejs

###pull mongodb docker image in docker desktop and run: docker run -d -p 27017:27017 --name example-mongo mongo:latest

// create a directory and cd to that dir you just created

  • npm init

  • npm install --save express

  • npm install --save mongodb

    run your code using node server.mjs

About

this is a test project

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published