Skip to content

5xTraining/django-project-template

Repository files navigation

Django Project Template

Setup

  • copy .env.example to .env.local and update the values as needed.
  • run make install to install the required packages for the project.
  • run pnpm dev to start the frontend development server.
  • finally, run make server to start the development server, then visit http://localhost:8000 to view the project.

Tech Stack

Frontend

  • PNPM
  • esbuild
  • Tailwind CSS
  • Alpine
  • HTMX

Backend

  • Django
    • Poetry
  • PostgreSQL

by [email protected]

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published