Skip to content

๐Ÿ Example of a Python & Flask application using Domain-Driven Design

License

Notifications You must be signed in to change notification settings

fabianfalon/flask-ddd-template

Folders and files

NameName
Last commit message
Last commit date

Latest commit

ย 

History

20 Commits
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 

Repository files navigation

Flask DDD hexagonal architecture

๐Ÿ Basic example of a Python & Flask application using Domain-Driven Design.

Local run

pip install -r requirements.txt


flask --app app run

Run test

python -m pytest

Formatters

  • isort: Apply format and order to imports described on PEP8
  • black: Apply deterministic format, similar to pycodestyle but faster and simpler.