#mernstack #reactjs #blogApp
This video is about to Master MERN Stack with BLOG App OR Build a Full-Stack Blog App using MERN (MongoDB, Express JS, React JS, Node JS).
Are you interested in building a full-stack web application using the MERN stack? Look no further than this step-by-step tutorial on building a MERN stack blog! In this tutorial, you’ll learn how to create a blog app using MongoDB, Express.js, React.js, and Node.js, along with best practices for coding.
TimeStamp:
00:00 Demo of Blog App
2:27 Setup Environment for React and Node App
5:56 Create Navbar
7:50 React-Router-Dom Implementation
10:44 Registration Page Design
15:13 Login Page Design
16:50 Server Side code for Registration
30:50 Server Side code for Login page
41:46 Context API (Redux) and Verify User Route
52:50 Logout Functionality
56:56 Create a Post
1:17:30 Fetch and display Posts
1:35:15 Edit a post
1:48:00 Delete a post