Que_hacer is a Python web app (built on Flask) implementing a simple Todo app for Flask & SQLAlchemy in Python using Poetry. Que_hacer serves as a simple demo and playground for Flask, Htmx and Tailwind CSS.
Clone the repository. Use the dependency and package manager Poetry to install all the dependencies of vein.
poetry install
Activate the Python virtual environment with
poetry shell
Run the Flask webserver (in debug mode) with
flask --debug run
It will run by default on port 5000.
Pull requests are welcome. For major changes, please open an issue first to discuss what you would like to change.
Please make sure to update tests as appropriate.
Copyright © 2023 Iwan van der Kleijn
Licensed under the MIT License MIT