Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/agentgill/fastapi-htmx
https://github.com/agentgill/fastapi-htmx
Last synced: about 4 hours ago
JSON representation
- Host: GitHub
- URL: https://github.com/agentgill/fastapi-htmx
- Owner: agentgill
- Created: 2024-07-07T11:10:10.000Z (4 months ago)
- Default Branch: main
- Last Pushed: 2024-07-07T11:12:03.000Z (4 months ago)
- Last Synced: 2024-07-07T12:27:46.891Z (4 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
```