This example is heavily inspired by:
clean-architecture-example By Mattia Battiston
git clone https://github.com/phakiller/clean-architecture-python
cd clean-architecture-python
pipenv install
export FLASK_APP="$(pwd)/example/boot.py"
flask initdb
flask run
Routes
- /health/status
- /broadbandaccessdevice//
Did you find improvements to make?
Open an Issue or submit your Pull Request
- Use mappers to translate Domain to Model objects and vice versa, instead create to_entity(...) method in Model classes
- Write more unit tests