Skip to content

Latest commit

 

History

History
15 lines (9 loc) · 206 Bytes

README.md

File metadata and controls

15 lines (9 loc) · 206 Bytes

Simple Flask boilerplate with:

  • Flask
  • SQLModel (Pydantic and SQLAlchemy)
  • Blueprints
  • HTMX

Clone repo:

git clone https://github.com/Thandden/flask-boilerplate.git

Run Flask:

flask run --debug