https://github.com/agentgill/fastapi-htmx
https://github.com/agentgill/fastapi-htmx
Last synced: 7 days ago
JSON representation
- Host: GitHub
- URL: https://github.com/agentgill/fastapi-htmx
- Owner: agentgill
- Created: 2024-07-07T11:10:10.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2024-07-07T11:12:03.000Z (over 1 year ago)
- Last Synced: 2025-01-18T13:38:22.636Z (12 months ago)
- Language: HTML
- Size: 2.93 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# FastAPI with HTMX
Welcome to the FastAPI with HTMX!
## Overview
FastAPI is a Python web framework for building fast and efficient web applications using the FastAPI framework and HTMX library. It combines the power and simplicity of FastAPI with the interactivity and seamless updates provided by HTMX.
## Features
- Integration of FastAPI and HTMX for a smooth development experience
- Real-time updates and dynamic content without writing JavaScript
- Fast and efficient server-side rendering
- Easy-to-use API endpoints for handling HTMX requests
- Support for modern web development techniques like AJAX and WebSockets
## Installation
To install FastAPI, simply run the following command:
Clone this repo & install fastapi
```bash
pip install fastapi
```