geekyshow1 / djangoauthapi1

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Django REST Framework Complete Authentication API with Simple JWT

Video Link:- https://youtu.be/lo7lBD9ynVc

To Run this Project follow below:

mkvirtualenv authenv
pip install -r requirements.txt
python manage.py makemigrations
python manage.py migrate
python manage.py runserver

There is a File "DjangoAuthAPI.postman_collection" which has Postman Collection You can import this file in your postman to test this API

About


Languages

Language:Python 100.0%