MongoDB
Courses
- MongoDB University
Setup
Linux
- Guide
sudo systemctl enable mongodto enable mongodb on system startupsudo service start mongodto manually start mongodbmongostart using MongoDB, if enabledshow dbsshow databasesuse [db_name]use a dbshow collectionsshow collections of a dbdb.[collection_name].find().pretty()show items in collection
VS Code
- Install MongoDB for VSCode
MongoDB Compass
- GUI for MongoDB