Skip to content

Latest commit

 

History

History
26 lines (18 loc) · 502 Bytes

README.md

File metadata and controls

26 lines (18 loc) · 502 Bytes

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]