/Django-react-login-jwt

Django - React - Login Jwt. - Nice design

Primary LanguagePython

. . . . . .


Training Project Using Django & React

The goal of small projectt was to create and back-end login using jwt auth in Django and React for the front-end


ezgif com-gif-maker (4)

Back-End

Django, JWT ...

Swagger Documentation

Capture d’écran 2021-12-11 à 16 13 41

Front-End

React, Toastify ...

Run the back-end project

python3 -m venv venv
source venv/bin/activate
python manage.py runserver

Run the frotn-end project

npm run start