Brief Summary
In this course, you'll dive into MongoDB, a powerful NoSQL database, and learn how to easily store data using JSON objects. Plus, you'll use Mongoose to integrate it with your Node.js applications like a pro!
Key Points
-
MongoDB is a NoSQL database system.
-
Data is stored as JSON objects for easy integration with NodeJS.
-
Mongoose is the library for interacting with MongoDB.
-
You'll learn about setting up MongoDB and using it in command line.
-
Hands-on exercises and external resources are included.
Learning Outcomes
-
Set up and use MongoDB from the command line.
-
Start working with Mongoose in a Node.js environment.
-
Integrate MongoDB into web forms and applications.
-
Understand advanced Mongoose concepts and instance methods.
About This Course
We will examine MongoDB, one of the leading NoSQL database systems.
When working with server-side code, it’s very important to be able to persist data across the site. Databases exist to help solve this problem by providing easy ways to integrate and store data. We’ll be looking at MongoDB, one of the leading NoSQL database systems. By storing data as JSON (Javascript Object Notation) objects, integration with NodeJS is very easy! We'll cover how to implement MongoDB and work with the different systems that they provide and then we’ll start integrating it with our Node applications by using Mongoose, a library that has been built specifically for interacting with MongoDB.
Course Includes:
8 videos with over 40 minutes of lectures and explanations.
3 external resource files.
2 exercises to help you master MongoDB concepts.
What You'll Learn:
Course Goal: Store application data using MongoDB
Learn MongoDB command line controls
Integrate MongoDB into your Node apps
Pradier G.
A little lack of theory on MongoDB