/React-Django-JWT-Auth

The frontend is a React SPA project and the backend is a django rest framework - jwt auth with login & register

Primary LanguageJavaScript

React-Django-JWT-Auth

This is the project for JWT authentication in React frontend & Django backend.

Installation

Usage

  • Frontend:
    cd frontend
    npm run start (for development, hot reloading)
    npm run build (for production)

  • Backend:
    cd backend
    python manage.py runserver