/react-login-passportjs

React oAuth using Passport js. React, Node.js auth using Google and Github login buttons.

Primary LanguageJavaScript

React-Social-Login-App

Created this app to learn React login authentication with social media.Understood React oAuth using Passport JS(Google,Github)

To start setting up the project

Step 1: Clone the repo or download the zip file

git clone https://github.com/ys3792/react-login-passportjs.git

Step 2: cd into the cloned repo and run npm install

npm install

Step 3: cd into the client folder and run npm install. Do the same for the backend folder.

Step 3: Run npm start in the client and the backend folder.

npm start

login1

login2