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-Template
cd ./svelte_frontend
npm install
mv .env-exampple .env
cd ../python_backend
python -m venv ./venv
source ./venv/bin/activate
pip install -r requirements.txt