Rating 5.0 out of 5 (3 ratings in Udemy)
What you'll learn- NoSQL Concepts
- MongoDB Installation and Configuration
- Mongo Shell
- Collections and Documents
- MongoDB CRUD Operations
- Schema Validations
- Find document(s) and Perform Operations
- Data Modeling
- Embedded Document and Reference Document
- Model Relationships - 1:m, m:m
- Aggregation and Map-reduce
- Data Import/Export
- Database Backup/Restore
- Building a MEAN Stack App
- MEAN Stack CRUD Operations
Description Rating 5.0 out of 5 (3 ratings in Udemy)
What you'll learn- NoSQL Concepts
- MongoDB Installation and Configuration
- Mongo Shell
- Collections and Documents
- MongoDB CRUD Operations
- Schema Validations
- Find document(s) and Perform Operations
- Data Modeling
- Embedded Document and Reference Document
- Model Relationships - 1:m, m:m
- Aggregation and Map-reduce
- Data Import/Export
- Database Backup/Restore
- Building a MEAN Stack App
- MEAN Stack CRUD Operations
DescriptionMongoDB is one of the most popular NoSQL databases use across the world to save, query and manage your data in NoSQL fashion. MongoDB enables you to store data, querying it efficiently and minimizing complexities. Learn MongoDB from scratch to manage database for web applications, mobile applications or any other kind of application in efficient way.
MongoDB is a document-oriented NoSQL database used for storing high volume data in JSON format. Learn to leverage the MongoDB necessary concepts to design your models and to manage and query your MongoDB database in a better way. In this course, you will learn how to create and query MongoDB collections and documents. Further, learn MongoDB schema validation and indexing etc.
REST refers to Representational State Transfer which “is an architectural style that defines a set of constraints and properties based on HTTP”. Learn to build REST API using Express & MongoDB and test it using Postman tool.
What You will Learn:
What is NoSQL Database?
Types of NoSQL Database
Introduction to MongoDB
Why MongoDB ?
MongoDB Advantages and Limitations
MongoDB Installation and Configuration
MongoDB: Hierarchical Objects
Mongo Shell
Data Types
Collections and Capped Collection
Documents
MongoDB CRUD Operations
Querying Collections
Schema Validations
Indexes
Find document(s) and Perform Operations
Data Modeling
Embedded Document
Reference Document
Model Relationships
Aggregation
Map-reduce
Data Import/Export
Database Backup/Restore
Express Project Architecture
Setting Up Project
Defining Models and Relationships using Mongoose
Repository Design Patterns
Async and Await
Defining Controllers and Routes
Performing CRUD Operations
Configuring Gulp
App Deployment on IIS