MongoDB Tutorial Step1: Install MongoDB on computer Step2: Start MongoDB Step3: Create databases, collections, and documents using the following commands. To view all databases show dbs To use 'students' database use students To view all databases show dbs To insert a document in 'students' database in 'studentData' collection db.studentData.insertOne({"name":"Vinit", "YearsOfExperience":4, "PostGraduate":true}, {"name":"Khandelwal", "YearsOfExperience":6, "PostGraduate":false} ) Get all records from a database collection db.studentData.find().pretty()
Project Weekay | Resume | LinkedIn Profile
NodeJS, AWS, MongoDB, ReactJS, Django, Python, ML with Scikit Learn, Matplotlib, Seaborn
Engineering, UX, Marketing, Product Designing, Business
sayhellotovinit@gmail.com | +91 99239 08880 | Pune, India