Skip to content

Latest commit

 

History

History
17 lines (13 loc) · 300 Bytes

File metadata and controls

17 lines (13 loc) · 300 Bytes

React/DjangoRF Authentication App

Authentication app using React and Django REST framework with session authentication.

Installations

  • backend
pip install djangorestframework
pip install django-cors-headers
  • frontend
npm install axios
npm install react-bootstrap bootstrap