jtrip / Simple-Structured-Flask-App

experimental generation of flask project

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Simple Structured Flask App

An easy basic flask app with just enough structure to be a useful starting point.

Requirements

  • Flask 3.x
  • Ruff

Dev Setup

  • python3.12 -m venv venv
  • source venv/bin/activate
  • pip install -r requirements.txt
  • cp instance/examples/config.toml instance/config.toml
  • flask run

Ruff Usage

Config in: ruff.toml

  • ruff check .
  • ruff format .

About

experimental generation of flask project


Languages

Language:Python 90.6%Language:HTML 7.9%Language:CSS 1.5%