Authentication
JWT tutorial: In-depth Introduction to JSON Web Token
Implementation NODE-JS :
————————
You can find step by step to implement this Node.js App in the post:
Node.js + MongoDB: User Authentication & Authorization with JWT
If you want to use HttpOnly Cookie for storing JWT, please visit:
Node.js Express and MongoDB: Login and Registration example / Node.js + MongoDB: User Authentication & Authorization with JWT and HttpOnly Cookies
JWT implementation with Refresh Token in Node.js example | MongoDB
Node.js, Express & MongoDb: Build a CRUD Rest Api example
React Authentication
Login Page with React.js, MongoDB: MERN JWT Authentication example (without Redux + Class Comp)
React JWT Authentication (without Redux) example (Class Comp)
Using Hooks:
React Hooks: JWT Authentication (without Redux) example (Hooks)
Or Hooks + Redux:
React Hooks + Redux: JWT Authentication & Authorization example / React Redux Login, Logout, Registration example with Hooks (With Redux + Hooks)
React – How to Logout when Token is expired (JWT) (Class)
Full Stack MERN
—————
React.js + Node.js + Express + MongoDB example: MERN stack CRUD App (using Class Comp)
Integrate React with Node.js Express on same Server/Port
Serverless:
==============
– React Firebase CRUD with Realtime Database (Class Comp)
https://www.bezkoder.com/react-firebase-crud/
– React Firestore CRUD App example | Firebase Cloud Firestore (Class Comp)
React Firebase using Hooks: CRUD with Realtime Database example (Hooks)
React Hooks Firestore example: Build a CRUD app (Hooks)
Consume Web API
==================
React.js CRUD example to consume Web API (Class Comp)
React Redux CRUD example with API calls (Redux + Class Comp)
Front-End-Git
Back-End-Git (Branch – Redux-Crud-Backend)
React Custom Hooks
==========================
React Custom Hook tutorial with example
React Hooks (without Redux) CRUD example with Axios and Web API
React Hooks + Redux: CRUD example with Axios and Rest API
Nodejs File Upload
======================
Node.js Express File Upload/download (to static folder) Rest API example using Multer
Node.js delete File example with unlink & unlinkSync – Rest API
Upload & resize multiple images in Node.js using Express, Multer, Sharp
How to upload/store images in MongoDB using Node.js, Express & Multer
Google Cloud Storage with Node.js: File Upload example
React File Upload
=====================
React Hooks File Upload example with Axios & Progress Bar
React Drag and Drop File Upload with (Hooks), react-dropzone
React Drag and Drop File Upload example with react-dropzone, Axios & Bootstrap (Class Comp)
React Hooks Multiple File upload example with Axios & Progress Bar (Hooks)
Multiple Image Upload in React.js (functional component) with Preview (Hooks)
React File Upload with Axios and Progress Bar to Rest API (Class Comp)
React.js Image Upload with Preview Display example (Class Comp)
React.js Image Upload with Preview (Functional Component)
React Dropzone example: Multiple Files upload with ProgressBar (Class comp)
React Form Validation
=========================
React Form Validation with Hooks, Bootstrap | react-hook-form 7
React Form Validation example with Hooks, Formik and Yup
React Hook Form & Material UI example with Form Validation
Docker
==========
Docker Compose: Node.js Express and MongoDB example
Docker MERN stack with Nginx example – Docker Compose
MongoDB
==========
MongoDB One-to-One relationship tutorial with Mongoose example
MongoDB One-to-Many Relationship tutorial with Mongoose examples