Skip to content

Complete backend of an authentication program written in django framwork and use of django rest framework for building API.

Notifications You must be signed in to change notification settings

yogijagdish/authentication_backend

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

libraries used

Django
Open source web framework written in python used for backend programming of web based application
for installation
pip install django
Django REST framework
Third party framework for building RESTful API
for installation
pip install djangorestframework
REDUX and Simple JWT
libraries used for authentication and communicating with frontend
for installation
npm install @reduxjs/toolkit
corsheader
library used for the communication of frontend and backend without any cors policy error
for installation
pip install django-cors-headers

About

Complete backend of an authentication program written in django framwork and use of django rest framework for building API.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages