git clone https://github.com/Rtf747/jwt-django-next
#Setup Backend
- cd backend/
- pip install -r requirements.txt
- python manage.py createsuperuser or use admin/adminpython at http://127.0.0.1:8000/admin when the server is running
- python manage.py runserver
#Setup Frontend
- cd frontend/
- npm install
- npm run dev