Skip to content

Demonstration project with Django and Nuxt. Uses DRF and Session Authentication

Notifications You must be signed in to change notification settings

Corey-Peyton/django-nuxt-drf

Repository files navigation

Django Nuxt Starter Project

This project will demonstrate how to use Django with Nuxt. It will use the Vue Composition API and Django Session Authentication.

See the Step by Step Guide to the project for a detailed walkthrough of how to create this project.

Here's a visual overview of what is going on in this project:

Diagram

Please reference the diagram legend here.

To start the project, create a file called .env in the root directory, copied from .env.template, then run:

docker-compose up

When this is up and running, run:

docker exec -it backend bash

From the container shell, run:

./manage.py migrate
./manage.py createsuperuser

About

Demonstration project with Django and Nuxt. Uses DRF and Session Authentication

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published