Skip to content

Pad96pages/MongoDb-basics

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 

Repository files navigation

Overview

This project provides a basic introduction to MongoDB, a NoSQL document database. It covers fundamental concepts such as:-

  • Databases
  • Collections
  • Key features
  • CRUD operations

Getting Started

To start working with MongoDB:-

  1. Install MongoDB: Download and install MongoDB on your local machine from the official MongoDB website (https://www.mongodb.com/try/download/community).
  2. Start the MongoDB Server: Run the mongod process to start the MongoDB server.
  3. Connect to MongoDB: Use the mongo shell or a MongoDB client (like MongoDB Compass) to connect to the running server.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors