Mern Passport

screenshot of Mern Passport
express
react

A boilerplate example of using passport.js for authenticating a MERN application

Overview:

This is a MERN stack application that utilizes authentication using Passport.js. It is built using the Mongo, Express, React, and Node (MERN) technologies. The project is created using Create React App and includes a demo gif. There is also a live version of the app available on Heroku.

Features:

  • MERN stack application
  • Authentication management using Passport.js
  • Google authentication integration
  • Project structure includes separate folders for backend and frontend code
  • Live version of the app hosted on Heroku

Summary:

This is a MERN stack application with Passport.js authentication. It integrates Google authentication and provides a project structure that separates backend and frontend code. The application is available as a live version hosted on Heroku. To set up Google authentication, you need to register your app and set the necessary environmental variables.

express
Express

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

react
React

React is a widely used JavaScript library for building user interfaces and single-page applications. It follows a component-based architecture and uses a virtual DOM to efficiently update and render UI components