Skip to content

JosephRana11/Github-Oauth

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

31 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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!

About

Next JS , Fast API , JWT Token , SQLAlchemy

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published