/drf_userprofile

crud application

Primary LanguagePython

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