Eyakub / DRF_Authentication

A complete Authentication application using Django Rest Framework

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

DRF Authentication (Token & JWT)

This is basically a practice project to implement the both Token and JWT authentication.

Run Locally

Clone the project

  git clone https://github.com/Eyakub/DRF_Authentication.git

Go to the project directory

  cd DRF_Authentication

Creating virtual environment & Install dependencies

  python3 -m venv venv
  . /venv/bin/activate
  pip3 install -r requirements.txt

If you don't want all of these, just clone the repository and follow the next step.

Run using Docker

Before installing the project in your local, make sure you've installed docker and docker composer

  docker compose build
  docker compose up

Tech Stack

Server: Python, Django, DRF

🔗 Links

linkedin

About

A complete Authentication application using Django Rest Framework


Languages

Language:Python 98.0%Language:Dockerfile 2.0%