Skip to content

TejJami/Django-HTMX-Finance-App

 
 

Repository files navigation

Starting the server:

Run the following 2 commands in the terminal below to start the server

venv\Scripts\activate.ps1 python manage.py runserver 0.0.0.0:9000

Starting tailwind server:

npm run tailwind-watch

step 1 - create a venv 2 - install rewuiremtns create a new database, update in settings file 3 - run npm build in jstoolchain folder 4 - i another terminal make migrations , migrate and runserver

python -m venv venv

npm init -y npm install -D tailwindcss npx tailwindcss init

npm install daisyui

npm run tailwind-watch

About

Simple finance tracker created with Django + HTMX

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Python 95.8%
  • C 1.2%
  • Cython 1.1%
  • HTML 0.8%
  • JavaScript 0.5%
  • CSS 0.3%
  • Other 0.3%