Installation guide

git clone https://github.com/divanov11/refresh-token-fetchwrapper

#Setup Backend

  1. cd refresh-token-fetchwrapper/backend
  2. pip install -r requirements.txt
  3. python manage.py createsuperuser
  4. python manage.py runserver

#Setup Frontend

  1. cd refresh-token-fetchwrapper/frontend
  2. npm install
  3. npm start