Skip to content

aniche/MetaMask-Login-Python

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Installation

first clone this repo

Backend

cd backend/
pip install -r requirements.txt
python manage.py runserver

this will start the Django server on http://127.0.0.1:8000/ you will see swagger UI

Frontend

open a new terminal

cd frontend/
yarn install
yarn start

this will start the react server on http://localhost:3000/

if you are geting CROS origin error please use this extension

Demo Image

how it works?

check out this blog

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Python 56.2%
  • JavaScript 35.1%
  • HTML 6.8%
  • CSS 1.9%