Skip to content

addo12kwame/django-react-auth

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Django Authentication System

This is a django authentication system that uses django_rest_framework and JWT for user authenticating a user. To Start this project up Follow these steps
  1. Clone this repo

    git clone https://github.com/addo12kwame/django-react-auth/
    
  2. Activate the virtual environment for Mac/Linux

    python -m venv .venv
    source venv/bin/activate
    
  3. Activate the virtual environment for windows

     python -m venv .venv
     venv\Scripts\activate
    
  4. Install all dependencies from the requirements.txt file

     pip install -r requirements.txt
    
  5. Start your django application

     python manage.py runserver
    

About

Django Authentication System

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published