Getting Started with MongoDB

This section helps you get started with MongoDB quickly. After completing the tutorial, you will have a basic understanding of MongoDB and how to use the mongo shell to interact with the MongoDB database server.

What is MongoDB
Provide you with a quick introduction to MongDB and its main features
Install MongoDB
Show you step by step how to install MongDB database server and Mongo Atlas tool/
MongoDB Basics
Explain to you some important concepts in MongoDB including documents, collections, databases, and namespaces.
MongoDB Shell
Introduce you to the MongoDB shell which is an interactive JavaScript interface to MongoDB that allows you to interact with MongoDB database server.
MongoDB Data Types
Guide you on the most commonly used MongoDB data types.