Skip to content

dotja/authentication_app_react_django_rest

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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