kangwooc / django-auth-demo

Implement the authentication process using Django and DRF

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Django-authenication

This system contains authenication system with Django and DRF.

How to set up and run locally

  1. Install virtualenv based on python 3.8
  2. Activate virtualenv
  3. clone the repo and run
cd django-auth-demo
pip install -r requirements.txt
  1. If you want to run locally, run
python manage.py makemigration
python manage.py migrate
python manage.py runserver

Database

About

Implement the authentication process using Django and DRF


Languages

Language:CSS 43.8%Language:JavaScript 43.4%Language:Python 12.9%