/Django-Vue

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

Primary LanguageVue

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