Skip to content

Latest commit

 

History

History
22 lines (14 loc) · 621 Bytes

README.md

File metadata and controls

22 lines (14 loc) · 621 Bytes

Flask template

This repo will contain several project structure templates for Flask:

Installation

Just clone the repo and run poetry install. For the checking example route at localhost:5000/users/ you should have running Postgres with applied migration and simply run python -m app.

Advantages

  • No flask_sqlalchemy, which is using globals
  • No applications globals, e.g. Flask application, session and etc

Disadvantages

  • MVC is not really scalable, there will be one "very big" component