hafifamudi / Django-Vue

😎 Django-Shop Web App with Vue and Djose Token Authentication

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Django Vue with Token Authentication

First install the depedencies

    pip intall -r requirements.txt

Migrate the migrations

    python manage.py makemigrations
    python manage.py migrate

Create Super User for admin interface

    python manage.py createsuperuser

Finally run the app

    python manage.py runserver

Happy Coding :D

About

😎 Django-Shop Web App with Vue and Djose Token Authentication


Languages

Language:Vue 60.1%Language:Python 32.5%Language:JavaScript 5.8%Language:HTML 1.5%