A template project for Python and Sveltekit with tailwind and DaisyUI preinstalled.
Login has been completed using a temporary dictionary database.
This template was created using VSCode connected to WSL2. To use without further configuration, either do the same, or use with VSCode installed within a linux distro (tested with Ubuntu).
Setup (terminal):
cd /path/to/PySvelte-Login-Templatecd ./svelte_frontendnpm installmv .env-exampple .envcd ../python_backendpython -m venv ./venvsource ./venv/bin/activatepip install -r requirements.txt