shayan-cyber / django-jwt-next-auth-tailwind-boilerplate

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

django + JWT + NextJS + Tailwind + Next-Auth Boilerplate

About

A Django project boilerplate/template with lots of state of the art libraries and tools like:

  • django REST Framework
  • JWT
  • NextJS
  • Next-Auth
  • TailwindCSS

Extra Libraries

  • django cors-headers
  • djangorestframework-simplejwt

Features

  • User Serializer is initialized
  • User register endpoint initialized
  • User Token endpoint initialized

Installation

    git clone https://github.com/shayan-cyber/django-jwt-next-auth-tailwind-boilerplate.git
    cd dj-Next-Tailwind-boilerplate

Backend

  cd api

Make virtualenv

  python -m venv env

Activate virtualenv

  . env/Scripts/activate

Install dependencies

  pip install -r requirements.txt

Change Directory

  cd core

Runserver

  python manage.py runserver

Frontend

  cd client

Install dependencies

  npm i

Run dev

  npm run dev

About


Languages

Language:Python 64.2%Language:JavaScript 32.1%Language:CSS 3.7%