Skip to content

oscisn93/htmx-app

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

11 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Example app built with FastAPI, Jinja2 templates, and htmx

Instructions

To run this application you must have python3.11, and the corresponding python-venv pakage installed on your system.

To begin you must create a python virtual environment:

python3 -m venv .venv

Activate the virtual environment:

source .venv/bin/activate

Then, install the required/recommended packages:

pip install -r requirements.txt

And finally run the init script to start the application:

sh ./init.sh

Features

Resources

htmx examples

About

An example of a fullstack app built with fastapi, jinja2 templates, and htmx.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors