Skip to content

sophieSpacee/Google-SSO

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Google-SSO

Implement Google SSO with NodeJS/Typescript and ReactJS

1_QzaMpOtp8uI7OhQ7kvqqJg

Launch this project

1- Clone this repository on your computer

git clone git@github.com:sophieSpacee/Google-SSO.git

2- Go to the Backend folder

npm install

Complete the .env file with :

  • Your Google Client ID
  • Your Google Client password
  • Your MongoDB URL
npm run dev

Leave your backend server running, and open a new Terminal.

3- Go to the Frontend folder

npm install

Complete the .env file with :

  • Your Google Client ID
npm start