Token-based Authentication with React and DRF
This is an example project for my tutorial on authenticating users with React and Django. To test it out yourself, clone the repository and run:
pip install -Ur requirements.txt
npm install
npm run build
python manage.py runserver