Skip to content

amanbagrecha/drf_userprofile

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

11 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Django-Rest-Framework Auth-Token Based Web Application

🔀 How to run the application

⚡ clone the application

git clone https://github.com/amanbagrecha/drf_userprofile.git

Install dependencies and create env

$ conda create --name DRFAuth
$ pip install -r requirements.txt

🎉 run the application

python manage.py runserver

Application preview

Register user

👮 Login page

🏡 HomePage

🔐 DRF Auth-token access denied

🏁 Technology stack

  • Django-rest-framework
  • Django
  • Bootstrap
  • Javascript