Mern Auth

screenshot of Mern Auth
express

MERN (+ Redux) user authentication boilerplate with Passport.js and JWT

Overview:

The MERN-auth app is a minimal full-stack app built using the MERN (MongoDB, Express, React, Node) stack. It includes authentication using passport and JWTs (JSON Web Tokens). The app utilizes React and React Router for the frontend, Express and Node for the backend, MongoDB for the database, and Redux for state management between React components.

Features:

  • Authentication using passport and JWTs
  • Frontend built with React and React Router
  • Backend built with Express and Node
  • Database powered by MongoDB
  • State management with Redux

Summary:

The MERN-auth app is a full-stack MERN app with authentication capabilities. It incorporates React, Express, MongoDB, and Redux to provide a seamless user experience. The app allows users to authenticate using passport and JWTs, with state management handled by Redux. By following the installation guide, users can easily set up and run the MERN-auth app on their local machine.

express
Express

Express.js is a simple Node.js framework for single, multi-page, and hybrid web applications.