Skip to content

Latest commit

 

History

History
20 lines (17 loc) · 513 Bytes

README.md

File metadata and controls

20 lines (17 loc) · 513 Bytes

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