How to set up MongoDb In Windows

 

Follow below steps to setup Mongodb in Windows

  • Download mongodb files from http://www.mongodb.org/downloads
  • Create one folder in c:\mongodb and put all files here
  • Create another two folders in c:\data\db
  • Open command prompt and go to mongodb directory and start mongodb server c:\mongodb\bin\mongod
  • Start the client -open another command prompt and c:\mongodb\bin\mongo
  • Check this http://localhost:28017/ in browser to know database status
 
 
 
Done..!

No comments:

Post a Comment

Model Context Protocol (MCP) — Complete Guide for Backend Engineers

  Model Context Protocol (MCP) — Complete Guide for Backend Engineers Build Tools, Resources, and AI-Driven Services Using LangChain Moder...

Featured Posts