An Oauth application that uses Github authorization to fetch github profile data.
Client: Next JS, TailwindCSS
Server: FastAPI, Python , SQLAlchemy , Alembic, Node,
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!