Integrate Google sign-in for registration or login purpose in your Node.js server (creted using Express Generator) using Passport authentication mechanism.
Client application can be found @ React-Node.js-Passport-App
git clone [email protected]:BalasubramaniM/react-nodejs-passport-server.git
And repeat
cd react-nodejs-passport-server
npm install
Finally,
npm start
Your app will be available at port 4500. Visit http://localhost:4500 to see your server. Go back to http://localhost:3000 and play with your client app now.
Step by step instructions to understand the concept behind the project available @ M.E.R.N stack application using Passport for authentication.
- Balasubramani M - Initial work - Balasubramani M
This project is licensed under the MIT License - see the LICENSE.md file for details