Overview
Save Big on Coursera Plus. 7,000+ courses at $160 off. Limited Time Only!
Explore MongoDB integration with JavaScript using the MongoDB NodeJS Driver in this comprehensive tutorial. Learn to establish connections, perform CRUD operations, and leverage Docker for database setup. Begin by spinning up a MongoDB instance using Docker, then dive into connecting to the database through NodeJS. Master essential operations including finding documents, inserting new data, updating existing records, and deleting entries. Gain practical insights into querying, limiting results, and utilizing the forEach method. Discover how to count documents and effectively use the MongoDB documentation for further learning. By the end of this tutorial, you'll have a solid foundation in working with MongoDB in a JavaScript environment, enabling you to build performant backend applications with ease.
Syllabus
docker run -p 270017 --name mdb mongo
intro
: Spin docker
: Connect to mongo
: Find Document
: Insert Document
: Update Document
: Delete Document
Mongodb docker
Taught by
Hussein Nasser