Skip to content
/ flask-template Public template

Flask project template with several architectural pattern options

Notifications You must be signed in to change notification settings

hrimov/flask-template

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

10 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

About

Flask project template with several architectural pattern options

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published