This repository contains a boilerplate project setup for Django and React. The project contains backend user authentication with the Django Rest Framework and rest-auth. The frontend has react redux setup for user authentication by storing the token in localstorage.
Watch the tutorial on how to integrate Django and React
virtualenv env
source env/bin/activate
pip install -r requirements.txt
python manage.py runserver
npm i
npm start
npm run build