Skip to content
This repository has been archived by the owner on Jan 29, 2021. It is now read-only.

Latest commit

 

History

History
27 lines (14 loc) · 857 Bytes

github_setup.md

File metadata and controls

27 lines (14 loc) · 857 Bytes

GitHub Setup

Before setting up GitHub you'll need to install ngrok because GitHub doesn't allow URLS from localhost.

After installing ngrok open a new terminal window and run

ngrok http 3000

You need to have the react-login-app running for this

Terminal ngrok

  • Copy the URL displayed next to Forwarding (it should look like this : http://adbf7884.ngrok.io), go to Github, create a new app and fill the informations like the following:

Git Config

API Setup

Go to the Admin and enable GitHub, enter your credentials.

Admin Git conf

Go to the URL provided by ngrok and test your login