Skip to content

thepabloaguilar/clean-architecture-python

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Clean Architecture Python

This example is heavily inspired by:

clean-architecture-example By Mattia Battiston

Enforcing SRP By Sobolevn

Run project

git clone https://github.com/phakiller/clean-architecture-python
cd clean-architecture-python
pipenv install

With Flask

export FLASK_APP="$(pwd)/example/boot.py"
flask initdb
flask run

Routes

  • /health/status
  • /broadbandaccessdevice//

Improves

Did you find improvements to make?

Open an Issue or submit your Pull Request

TODO

  • Use mappers to translate Domain to Model objects and vice versa, instead create to_entity(...) method in Model classes
  • Write more unit tests

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages