๐ Basic example of a Python & Flask application using Domain-Driven Design.
pip install -r requirements.txt
flask --app app run
python -m pytest
isort
: Apply format and order to imports described on PEP8black
: Apply deterministic format, similar topycodestyle
but faster and simpler.