Skip to content

In thus tutorial we can learn the mongo db How to install and hiw to manage the data on the server....Happy Coding

Notifications You must be signed in to change notification settings

Amanchouhan192/Mongo_Db--Tutorial

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 

Repository files navigation

Mongo_Db--Tutorial

In thus tutorial we can learn the mongo db How to install and hiw to manage the data on the server....Happy Coding

What is MongoDb

MongoDB is an open-source database developed by MongoDB, Inc. MongoDB stores data in JSON-like documents that can vary in structure. ... MongoDB uses dynamic schemas, meaning that you can create records without first defining the structure, such as the fields or the types of their values.

How to downlod and Install

  • Download the software from the Downoad link.

  • After download the MongoDb software check the folder and setupfiles Mongo.exe and Mongod.exe. C:>programmfile>MongoDb>server>3.6>bin

Here 3.6 is the version of the mongodb which is downloaded.

  • OPen cmd and start the file Mongod.exe which showing you an error after running on cmd Resim hosting: UploadEdit.com c:\data\db\ not found
  • for removing the error make the folder data in the c drive file and db folder in the data. c:\data\db
  • And start the cmd and then run the file mongod.exe it will tun perfectly. And open the one more window of cmd ,start the mongo.exe Resim hosting: UploadEdit.com
  • Greate your mongodb is installed correctly........

Install MongoChef (now Studio 3T) (MongoDB GUI Tool)

  • first of all you should change the path or make the path for the gui .

open the system window and select property on right click and select advance system setting and select enviornment variable and select the path and after bin pase semiclon ; and paste the path of your files where mongod ans mongodb files are place. click ok ok ok now open cmd and run mongodb.exe, and hence you can access mongodb anywher else in the machine.

  • Download MongoChef
  • Make the account for download..

Commands

there is the Important commands for Mongodb.

Please contribute

pls help if you think something missing

About

In thus tutorial we can learn the mongo db How to install and hiw to manage the data on the server....Happy Coding

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published