/react-nodejs-passport-app

MERN stack app uses Google passport authentication.

Primary LanguageJavaScript

React-Node.js-Passport-Server

Integrate Google sign-in for registration or login purpose in your React application (bootstrapped using Create React App).

Note: Node.js server application for this client can be found @ React-Node.js-Passport-Server. Install the server app after completing below steps.

Prerequisites

Dependencies

Installing

git clone git@github.com:BalasubramaniM/react-nodejs-passport-app.git

And repeat

cd react-nodejs-passport-app
npm install

Finally,

npm start

Getting Started

Your app will be available at port 3000. Visit http://localhost:3000 to see your React application. Click Google sign-in button and check how the authentication happens.

Medium Tutorial

Step by step instructions to understand the concept behind the project available @ M.E.R.N stack application using Passport for authentication.

Authors

License

This project is licensed under the MIT License - see the LICENSE.md file for details