-
Book Overview & Buying
-
Table Of Contents
MERN Stack Front To Back: Full Stack React, Redux and Node.js
By :
MERN Stack Front To Back: Full Stack React, Redux and Node.js
By:
Overview of this book
In this course, you’ll learn to build a full-stack application using MongoDB, Express, React, and Redux. Starting with setting up your development environment, you’ll connect your app to MongoDB using Mongoose and organize your routes with Express Router. The course then covers authentication, teaching you how to implement JWT for secure login and registration, and manage user profiles with specific routes.
As you progress, you’ll integrate React for building dynamic user interfaces, while Redux manages state. You'll work with form handling, authentication, and set up protected routes for user dashboards. Additionally, you'll allow users to create, edit, and display their profiles, including work experience, education, and GitHub repositories.
Finally, the course walks you through deploying your app to Heroku, ensuring you understand the full development lifecycle. By the end, you’ll have practical experience in back-end API management, front-end development with React, and combining everything to deploy a fully functional web app.
Table of Contents (13 chapters)
Express & MongoDB Setup
User API Routes & JWT Authentication
Profile API Routes
Post API Routes
Getting Started With React & The Frontend
Redux Setup & Alerts
React User Authentication
Dashboard & Profile Management
Profile Display
Posts & Comments
Prepare & Deploy
Issues, Added Features, etc