Introduction
MongoDB for MEAN stack developers
()
What are you going to build?
()
What is the MEAN stack and why use it?
()
1. Setup
Install MongoDB
()
Set up an app with angular CLI
()
Install Angular Materials
()
2. Message Posting
Make an Angular post form
()
Create a post endpoint with Express
()
Send a post from Angular to the endpoint
()
Save to MongoDB from the endpoint
()
3. Display Messages
Create a message list query with MongoDB
()
Create a message list endpoint with Express
()
Requesting a message list in Angular
()
Creating a message list view in Angular
()
4. User Messages
Updating the message post form
()
Save a user with MongoDB
()
Setting up mongoose
()
Schemas, models, and saving with mongoose
()
Finding with mongoose
()
Associate a user with a post when making a post
()
5. Aggregates
Creating your first aggregate
()
Using $match to get a single user
()
Ex_Files_MongoDB_MEAN_Stack_Developers.zip
(619 KB)