Skip to content

dalang-io/example-app-fastapi

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Example FastAPI App

A simple Todo app built with FastAPI, HTMX, and DaisyUI for deployment on Dalang.io.

Stack

  • Python 3.12 - Runtime
  • uv - Fast Python package manager
  • FastAPI - Web framework
  • HTMX - Dynamic HTML updates
  • DaisyUI - Tailwind CSS components

Local Development

# Install uv
pip install uv

# Install dependencies
uv pip install -e .

# Run the app
python main.py

App runs on http://localhost:3000

Deployment

This app is configured for automatic deployment on Dalang.io via GitHub integration.

Push to main branch to trigger a build.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published