This project provides a basic introduction to MongoDB, a NoSQL document database. It covers fundamental concepts such as:-
- Databases
- Collections
- Key features
- CRUD operations
To start working with MongoDB:-
- Install MongoDB: Download and install MongoDB on your local machine from the official MongoDB website (https://www.mongodb.com/try/download/community).
- Start the MongoDB Server: Run the
mongodprocess to start the MongoDB server. - Connect to MongoDB: Use the
mongoshell or a MongoDB client (like MongoDB Compass) to connect to the running server.