Skip to content

Latest commit

 

History

History
55 lines (31 loc) · 717 Bytes

readme.md

File metadata and controls

55 lines (31 loc) · 717 Bytes

Github OAUTH

An Oauth application that uses Github authorization to fetch github profile data.

Tech Stack

Client: Next JS, TailwindCSS

Server: FastAPI, Python , SQLAlchemy , Alembic, Node,

Run Locally

Clone the project

  git clone https://github.com/JosephRana11/Github-Login

Go to the project directory

  cd github-login

Install dependencies

  npm install

Install Python dependencies

  pip install -r requirments.txt

Start the server inside /frontend directory

  npm run dev

Start the backend sevrer inside /backend directory

  uvicorn main:app -- reload
  

Go to http://localhost:3000/ to get started!