This course was created with the
course builder. Create your online course today.
Start now
Create your course
with
Autoplay
Autocomplete
Previous Lesson
Complete and Continue
Mastering MEAN.js - 70+ Lessons Video Course (BASIC)
Environment Setup on windows machine
Demo: Installing Node.JS on windows machine (3:47)
Demo: Installing VS Code on windows machine (2:29)
Demo: Installing Git on windows machine (4:04)
Guide: Installing MongoDB & Compass on windows machine
1- Creating Angular App
OEA-Chapter-1- Creating Angular App using CLI (19:40)
OEA-Chapter-2- Explaining angular project with start and build (5:41)
2- Integrating Angular Material
OEA-Chapter-3 Installing Angular Material Using Angular CLI (12:32)
OEA-Chapter-4 Adding Angular Material Module (11:27)
3- Creating Products Module
OEA-Chapter-5 Creating Products Module (30:48)
OEA-Chapter-6 Benefits Of Lazy Loading Products Module (2:15)
OEA-Chapter-7 Creating Product Service (14:26)
OEA-Chapter-8 Applying Card Component to Products (14:38)
OEA-Chapter-9 Integrating Angular Material Toolbar (20:16)
4- Running Server using Express
OEA-Chapter-10 SERVER- Running Local Server using Express (43:05)
5- Adding Registration Login Logout Angular Components
OEA-Chapter-11 Adding Log In Component (26:04)
OEA-Chapter-12 Creating Registration Component (18:50)
OEA-Chapter-13 Adding Registration And Logout (67:04)
6- Creating Authentication API using Express
OEA-Chapter-14 SERVER-Creating API Endpoint in Express For Authentication (45:33)
OEA-Chapter-15 SERVER- Integrating Restful API In Angular (36:49)
7- Setting up MongoDB
OEA-Chapter-16 DB-SERVER-Installing And Configuring Mongodb & Mongoose (28:02)
8- Saving User to MongoDb
OEA-Chapter-17 DB-SERVER-Saving User To MongoDB (21:07)
OEA-Chapter-18 DB-SERVER-User Login In With MongoDB (18:04)
9- Debugging Server & Client
OEA-Chapter-19 SERVER-Debugging Server Side Code on Visual Studio Code (23:51)
OEA-Chapter-20 Debugging Angular App in Visual Studio Code (VSCode) (11:26)
OEA-Chapter-21 Designing Shopping Page Using Angular Material Grid And Card (3:13)
10- Server: Creating Express Middleware & JWT Authentication
OEA-Chapter-22 SERVER-Build An Express Middleware For JWT Authentication With Bcrypt Passport (20:15)
OEA-Chapter-23 SERVER- Creating JWT with JsonWebToken And Integrating With Express (8:51)
OEA-Chapter-24 SERVER- Login With Web Api Using Token Based Authentication in Express (17:49)
11- Storing JWT in LocalStorage & Http Interceptors
OEA-Chapter-25 Http Interceptors For JWT Authentication In Angular (21:11)
OEA-Chapter-26 Saving JWT In Local Storage in Angular App (18:30)
12- User Registration & Login Logout using JWT
OEA-Chapter-27 User Registration Using Token Refresh And Local Storage In Angular App (7:26)
OEA-Chapter-28 User Logout Using Token Refresh And Local Storage In Angular (3:28)
OEA-Chapter-29 User Login Using Token Refresh And Local Storage In Angular (7:27)
13- Angular Folder Structure Creating Feature Core & Shared Modules
OEA-Chapter-30 Angular Project Structure Best Practices (17:17)
OEA-Chapter-31 Shared Module Angular Folder Structure (12:19)
OEA-Chapter-32 Feature Module Angular Folder Structure (13:22)
OEA-Chapter-33 Block Module Angular Folder Structure (9:22)
OEA-Chapter-34 Core Module Angular Folder Structure (25:00)
14- Server Side Error Handling
OEA-Chapter-35 SERVER- Handling Server Side HTTP Error (15:35)
15- Making UI Responsive & Mobile Friendly
OEA-Chapter-36 Responsive Toolbar Online eCommerce Store Part 1 (24:05)
OEA-Chapter-37 Responsive Toolbar Online eCommerce Store Part 2 (20:01)
OEA-Chapter-38 Creating Responsive Login And Register Page Mobile Compatible (8:48)
OEA-Chapter-39 Pagination And Filter e-Commerce Angular App _ mat-table (11:42)
16- Creating Cart Store
OEA-Chapter-40 Responsive Products Page e-Commerce Angular Material Part 1 (18:35)
OEA-Chapter-41 Responsive Products Page e-Commerce Angular Material Part 2 (13:00)
OEA-Chapter-42 Angular onPush Change Detection User Login Page (12:30)
OEA-Chapter-43 Creating Store Using RxJS Angular like Redux NgRX (26:02)
OEA-Chapter-44 Add Item To Cart Test Driven RxJS (24:25)
OEA-Chapter-45 Shopping Cart- Delete Update and Restore Cart Item (29:53)
17- Add Cart Items and Showing Cart Items Count
OEA-Chapter-46 Shopping Cart- Get Cart Items Count Selector (16:45)
OEA-Chapter-47 Creating Reactive Selector Get Cart Items Count (12:27)
OEA-Chapter-48 Showing Cart Items Count (7:43)
OEA-Chapter-49 Is Item Exist in Cart Store Selector (5:53)
OEA-Chapter-50 Creating add-to-cart component in shared module (12:15)
18-Creating Shopping Cart Page
OEA-Chapter-51 Creating and Routing to Shopping Cart Page (6:53)
OEA-Chapter-52 Showing empty Shopping Cart message Part-1 (9:00)
OEA-Chapter-52 Showing cart items in shopping cart page Part-2 (12:47)
OEA-Chapter-53 Writing Selectors for Order Summary View (9:06)
OEA-Chapter-54 Showing Order Summary in View (9:39)
19- Finishing Shopping Cart Page
OEA-Chapter-55 Update Quantity and Delete Item from Shopping Cart page (6:44)
OEA-Chapter-56 Authenticate Shopping Cart Page (10:03)
OEA-Chapter-57 Redirect to Previous page Post Login (6:21)
OEA-Chapter-58 Show confirmation Dialog after Add to Cart (14:35)
20- Angular HTTP Error handling & Retaining user after Login
OEA-Chapter-59 Understanding the Requirements (4:02)
OEA-Chapter-60 Handling global HTTP errors in Angular app (8:27)
OEA-Chapter-61 Retaining user info after successful Login (9:08)
OEA-Chapter-62 Using Passport.js Local Authentication Strategy (2:59)
OEA-Chapter-63 Debugging Node.js code in Visual Studio Code Setup Launch.json from scratch (4:12)
OEA-Chapter-64 Fixing Passport.js Local Authentication Strategy in Server Side (5:17)
21- Paypal Gateway Integration
Chapter-65 Creating Paypal Sandbox Seller & Buyer Account (6:27)
Chapter-66 Paypal Integration with Angular Application overview (5:29)
Chapter 67: Coding: Creating Checkout Component & PayPal Integration (5:04)
Chapter 68: Coding: PayPal Configuration & Charging Credit Card (9:11)
22- Submitting Order & Displaying Thank You Page
Introduction (4:59)
Creating Order Model Using Mongoose (6:29)
Creating Order Controller in Express server (5:31)
Creating Order Sub Route in Express Server (8:23)
Testing Submit Order REST API using POSTMAN (4:22)
Calling Submit Order REST API from Angular App (1:57)
Creating Order Model and Order Service in Angular App (5:36)
Integrating Order Service In Checkout Angular Component (6:20)
Demo: Submitting order from product mart application (5:30)
OEA-Chapter-55 Update Quantity and Delete Item from Shopping Cart page
Lesson content locked
If you're already enrolled,
you'll need to login
.
Enroll in Course to Unlock