A simple Todo app built with FastAPI, HTMX, and DaisyUI for deployment on Dalang.io.
- Python 3.12 - Runtime
- uv - Fast Python package manager
- FastAPI - Web framework
- HTMX - Dynamic HTML updates
- DaisyUI - Tailwind CSS components
# Install uv
pip install uv
# Install dependencies
uv pip install -e .
# Run the app
python main.pyApp runs on http://localhost:3000
This app is configured for automatic deployment on Dalang.io via GitHub integration.
Push to main branch to trigger a build.