Skip to content

A minimal Django + Nuxt 3 SSR boilerplate with authentication flow and API integration. TypeScript, file-based routing, and clean styling included.

Notifications You must be signed in to change notification settings

CodingCru/django-vue-ssr-boilerplate

Repository files navigation

Django + Nuxt SSR Boilerplate

A minimal full-stack boilerplate with Django REST API backend and Nuxt 3 frontend. Includes authentication flow and API integration.

What's Included

  • Django REST API backend
  • Nuxt 3 SSR frontend with TypeScript
  • Mock authentication system
  • API health check
  • Clean responsive styling

Quick Start

Backend:

cd backend
python -m venv .venv && source .venv/bin/activate
pip install -r requirements.txt -r requirements-dev.txt
python manage.py runserver

Frontend:

cd frontend
pnpm install
pnpm dev

Visit http://localhost:3000 - login with any credentials to test the flow.

Future Plans

This boilerplate may expand to include:

  • Docker support
  • Real authentication
  • Database integration
  • Deployment configurations
  • Additional components and patterns

Structure

  • backend/ - Django API
  • frontend/ - Nuxt 3 app with pages, components, and composables

About

A minimal Django + Nuxt 3 SSR boilerplate with authentication flow and API integration. TypeScript, file-based routing, and clean styling included.

Topics

Resources

Stars

Watchers

Forks