https://github.com/kavindu-mane/htmx-flask-crud
No Javascript CRUD with HTMX and Flask.
https://github.com/kavindu-mane/htmx-flask-crud
flask htmx no-js
Last synced: about 2 months ago
JSON representation
No Javascript CRUD with HTMX and Flask.
- Host: GitHub
- URL: https://github.com/kavindu-mane/htmx-flask-crud
- Owner: kavindu-mane
- License: mit
- Created: 2024-02-05T07:09:40.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2024-02-05T08:19:56.000Z (over 1 year ago)
- Last Synced: 2025-08-08T07:32:05.941Z (2 months ago)
- Topics: flask, htmx, no-js
- Language: Python
- Homepage:
- Size: 11.7 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# HTMX-Flask-Crud
No javascript CRUD with HTMX and Flask.## Run on Local
1. Download and install __Python__. [Download](https://www.python.org/)
2. Install [Pipenv](https://pipenv.pypa.io/en/latest/)
```bash
pip install pipenv
```
3. Activate environment
```bash
pipenv shell
```
4. Install required dependancy and run
```bash
pienv install
flask run
```
_Inspired from [this video](https://www.youtube.com/watch?v=BYOeHZMUDH0)_