Node with React: Fullstack Web Development
- Offered byUDEMY
Node with React: Fullstack Web Development at UDEMY Overview
Duration | 25 hours |
Total fee | ₹455 |
Mode of learning | Online |
Credential | Certificate |
Node with React: Fullstack Web Development at UDEMY Highlights
- Earn a Certificate of completion from Udemy
- Get a 30 days money back guarantee on the course
- Get full lifetime access of the course material
- Learn from 22 articles and 94 downloadable resources
Node with React: Fullstack Web Development at UDEMY Course details
- For anyone who wants to learn how to build full stack apps with the latest in web technology
- Create boilerplate starter projects with React, Redux, Express, and Mongo
- Understand common web technologies and design patterns to connect them together
- Master deployment techniques between the production and development environments
- Make an app with Google OAuth authentication
- Through this course build a large feedback-collection app
- This mega app will include the full gamut of features, including everything from authentication to email handling
- Students will learn how to build an app that can be used to send mass emails to a big list of users for the purpose of collecting feedback
- Understand each feature we build into this app so you can apply them to your own personal or professional projects in the future
Node with React: Fullstack Web Development at UDEMY Curriculum
Course Overview
Course Resources
App User Flow Walkthrough
Tech Stack
App Mockups
Relationship Between Node and Express
Generating Express Apps
Express Route Handlers
Node Version in Engines Property
Heroku Deployment Checklist
Installing the Heroku CLI
Verifying Heroku Deployment
Followup Deployments
The OAuth Flow
Overview of Passport JS
Passport Setup
Google+ Deprecation
Google Project Setup with new UI
Enabling Google OAuth API
Securing API Keys
Server Structure Refactor
The Theory of Authentication
Signing In Users with OAuth
Introduction to MongoDB
MongoDB Atlas Setup and Configuration
mLab Setup [PARTIALLY DEPRECATED]
Connecting Mongoose to Mongo
Dev vs Prod Keys
MongoDB Atlas Production Setup and Configuration
Generating Production Resources
Determining Environment
Version Control Scheme
Heroku Env Variables
Fixing Heroku Proxy Issues
React App Generation
A Separate Front End Server
Running the Client and Server
Important Create React App Proxy Update
Routing Stumbling Block
The Beauty of Create React App's Proxy
[Optional] Why This Architecture?