This plan includes
- Limited free courses access
- Play & Pause Course Videos
- Video Recorded Lectures
- Learn on Mobile/PC/Tablet
- Quizzes and Real Projects
- Lifetime Course Certificate
- Email & Chat Support
What you'll learn?
- Learn how to setup Web API Server using Node JS(Express JS) with MongoDB and ASP NET Core with MS SQL Server
- Learn how to setup a MERN stack project from scratch with React JS v16, REDUX, NodeJS, Express JS, MongoDB, Mongoose, ElementReact UI
- Learn how to integrate CKEditor in ReactJS
Course Overview
In this course you not only learn React JS, MongoDB basic knowledge but also learn how to build a complete "Ecommerce Online Course website" and "Online Shop (mini Udemy clone)" using MERN & MEAN stack and ASP.NET Core Web API from scratch.
You will learn many interesting techniques from this course:
+ How to setup a simple MERN stack project
+ How to setup a simple MEAN stack project
+ How to setup Web API Server using NodeJS (Express JS) with MongoDB and Asp.Net Core 3.x Web API with MS SQL Server
+ How to integrate CKEditor in your ReactJS
+ How to upload file in ReactJS & Angular and NodeJS (using Multer library) & upload file to ASP.NET Core API server.
+ How to integrate Paypal checkout
+ How to use ElementReact UI , Angular Material UI for building user interfaces with existed components for Button, Table, Tab,Upload.... and much much more components for nice user interface
+ How to use Redux, NgRx Store for better state management in React JS, Angular
In this course you not only learn React JS, MongoDB basic knowledge but also learn how to build a complete "Ecommerce Online Course website" and "Online Shop" using MERN & MEAN stack and ASP.NET Core Web API from scratch.
Pre-requisites
- Any level can learn this course
Target Audience
- All students interested in MERN & MEAN stack (React JS,Angular, Redux, Ngrx Store, MongoDB, Mongoose, NodeJS, ExpressJS) and ASP NET Core with MS SQL Server
Curriculum 88 Lectures 08:33:24
-
Section 1 : Introduction
- Lecture 2 :
- Live demo of MERN Stack project "Build Ecommerce Online Course" website
- Lecture 3 :
- Live demo of MEAN Stack project "Build Online Shop"
- Lecture 4 :
- MERN & MEAN stack architecture
- Lecture 5 :
- Setup Express Js server
- Lecture 6 :
- Install Nodemon for auto run NodeJS when change code
- Lecture 7 :
- Setup dotenv library for using environment variables
-
Section 2 : React JS Basic Knowledge
- Lecture 1 :
- React JS State
- Lecture 2 :
- First simple React JS App
- Lecture 3 :
- Function-based vs Class-based Component Introduction
- Lecture 4 :
- What is JSX?
- Lecture 5 :
- How to install and run React JS using create-react-app
- Lecture 6 :
- Function vs class based component in create-react-app
- Lecture 7 :
- What is React JS Props?
- Lecture 8 :
- Props in function based component
- Lecture 9 :
- Props final review
- Lecture 10 :
- React JS Introduction
- Lecture 11 :
- React JS Event Handling
- Lecture 12 :
- React JS Form Handling
- Lecture 13 :
- React JS Routing
-
Section 3 : MongoDB and Mongoose
- Lecture 1 :
- Install MongoDB
- Lecture 2 :
- MongoDB - Create a collection
- Lecture 3 :
- MongoDB - Insert a document
- Lecture 4 :
- MongoDB - Find all documents
- Lecture 5 :
- MongoDB - Find one document
- Lecture 6 :
- What is Mongoose ?
- Lecture 7 :
- Mongoose Model
- Lecture 8 :
- Mongoose Schema
- Lecture 9 :
- Mongoose connect and insert a document
-
Section 4 : Backend - API NodeJS (ExpressJs) Server
- Lecture 1 :
- Define API route for managing course categories
- Lecture 2 :
- Define Course Category Mongoose Schema and Model
- Lecture 3 :
- API - Get Course Categories Implementation
- Lecture 4 :
- API - Get Course Category Parent Information
- Lecture 5 :
- API - Create a Course Category Implementation
- Lecture 6 :
- API - Update a Course Category Implementation
- Lecture 7 :
- API - Delete a Course Category Implementation
- Lecture 8 :
- Refactor Course Category Model
- Lecture 9 :
- Refactor Course Category Route
- Lecture 10 :
- Refactor Course Category Controller
- Lecture 11 :
- Authentication workflow with JSON Web Token (JWT)
- Lecture 12 :
- API - Create Mongoose User Model
- Lecture 13 :
- API - Register a user
- Lecture 14 :
- API - Register a user : Encrypt user's password with Bcrypt
- Lecture 15 :
- API - Register a user - Create a JWT Token
- Lecture 16 :
- API - Define Course Mongoose Model
- Lecture 17 :
- API - Login Implementation
- Lecture 18 :
- API - Create a Course Implementation
- Lecture 19 :
- API - Implement a middleware for check authentication
- Lecture 20 :
- API - Get all Courses Implementation and Test API with PostMan
- Lecture 21 :
- API - Logout Implementation
-
Section 5 : Frontend - React JS
- Lecture 1 :
- ElementReact UI Introduction and Installation
- Lecture 2 :
- Setup ReactJS Routing
- Lecture 3 :
- Setup Admin Layout
- Lecture 4 :
- Setup static List of Course Categories using ElementReact Table
- Lecture 5 :
- Connect from React JS Component to API NodeJS Server using Axios library
- Lecture 6 :
- Setup concurrently for runing both frontend and backend project at one command
- Lecture 7 :
- Integrate Redux into React JS project
- Lecture 8 :
- Setup connection betwwen ReactJS and Redux using react-redux library
- Lecture 9 :
- Install ReduxDevTools for inspecting Redux's state and action
- Lecture 10 :
- Get List of Coure Categories from Redux's store
- Lecture 11 :
- Display a Loading icon when loading data
- Lecture 12 :
- Paginate a list of Course Categories
- Lecture 13 :
- Setup Create/Update Course Category Form using ElementReact UI
- Lecture 14 :
- Create a customize UI Component for handling form
- Lecture 15 :
- Create a customize UI Component continue
- Lecture 16 :
- Load Course Categories into DropDownList in Course Category Popup Form
- Lecture 17 :
- Load selected Course Category into Course Category Popup Form
-
Section 6 : Frontend - Angular
- Lecture 1 :
- Setup Angular project using Angular CLI
- Lecture 2 :
- Communicate with API server : axios vs Angular HttpClient
- Lecture 3 :
- Demo Manage Categories and setup Angular Routing
- Lecture 4 :
- Design Admin Layout using Angular Material UI
- Lecture 5 :
- Load data using Angular Material UI Table Component
- Lecture 6 :
- NgRx Store Introduction
-
Section 7 : ASP.NET Core Web API Server
- Lecture 1 :
- Setup ASP.NET Core 3.1 Web API Project
- Lecture 2 :
- Connect MS SQL Server using Entity Framework Core
- Lecture 3 :
- Implement API for managing Product's Categories
- Lecture 4 :
- Category CRUD API
- Lecture 5 :
- Implement API for managing Products
- Lecture 6 :
- Implement Repository Pattern
- Lecture 7 :
- Implement Generic Repository Pattern
- Lecture 8 :
- Implement Unit Of Work Pattern
- Lecture 9 :
- Implement pagination
- Lecture 10 :
- Implement pagination (continue)
- Lecture 11 :
- ASP.NET Core Authentication Authorization With JWT
- Lecture 12 :
- Implement ASP.NET Core Authentication Authorization With JWT
- Lecture 13 :
- DTO (Data Transfer Object) & AutoMapper
- Lecture 14 :
- Unit Of Work Load Related Category in Product Entity
- Lecture 15 :
- Connect Angular Client to ASP.NET Core Web API Server
- Lecture 16 :
- Fix bug Angular Client & ASP.NET Core Web API Server
Our learners work at
Frequently Asked Questions
-
How do i access the course after purchase?
It's simple. When you sign up, you'll immediately have unlimited viewing of thousands of expert courses, paths to guide your learning, tools to measure your skills and hands-on resources like exercise files. There’s no limit on what you can learn and you can cancel at any time. -
Are these video based online self-learning courses?
Yes. All of the courses comes with online video based lectures created by certified instructors. Instructors have crafted these courses with a blend of high quality interactive videos, lectures, quizzes & real world projects to give you an indepth knowledge about the topic. -
Can i play & pause the course as per my convenience?
Yes absolutely & thats one of the advantage of self-paced courses. You can anytime pause or resume the course & come back & forth from one lecture to another lecture, play the videos mulitple times & so on. -
How do i contact the instructor for any doubts or questions?
Most of these courses have general questions & answers already covered within the course lectures. However, if you need any further help from the instructor, you can use the inbuilt Chat with Instructor option to send a message to an instructor & they will reply you within 24 hours. You can ask as many questions as you want. -
Do i need a pc to access the course or can i do it on mobile & tablet as well?
Brilliant question? Isn't it? You can access the courses on any device like PC, Mobile, Tablet & even on a smart tv. For mobile & a tablet you can download the Learnfly android or an iOS app. If mobile app is not available in your country, you can access the course directly by visting our website, its fully mobile friendly. -
Do i get any certificate for the courses?
Yes. Once you complete any course on our platform along with provided assessments by the instructor, you will be eligble to get certificate of course completion. -
For how long can i access my course on the platform?
You require an active subscription to access courses on our platform. If your subscription is active, you can access any course on our platform with no restrictions. -
Is there any free trial?
Currently, we do not offer any free trial. -
Can i cancel anytime?
Yes, you can cancel your subscription at any time. Your subscription will auto-renew until you cancel, but why would you want to?