This repository contains all the exercises in Architecture Patterns with Python book. Each chapter has its own branch for pursual.
-
- Status: DONE
- Git tag: ch01
-
- Status: DONE
- Git tag: ch02
-
- Status: DONE
- Git tag: ch04
-
- Status: DONE
- Git tag: ch05
-
Chapter 6: Unit of Work Pattern
- Status: DONE
- Git tag: ch06
-
Chapter 7: Aggregates and Consistency Boundaries
- Status: DONE
- Git tag: ch07
-
Chapter 8: Events and the Message Bus
- Status: *DONE
- Git tag: ch08
-
**Chapter 9: Going to Town on the Message Bus
- Status: *DONE
- Git tag: ch09
There is a Makefile
included with the targets listed when running the default
help target.
help Show this help message
test Run the tests using Poetry and pytest
watch-tests Run tests continuously using pytest-watch
black Run black on the project
api-dev Runs the API Server
The API server can be run standalone via make api-dev
and contains a SwaggerUI
endpoint at /docs
.