Example application code for the Architecture Patterns with Python book.
Visit API documentation to see available endpoints.
Install dependencies:
pip install -r requirements.txtRun all tests:
make testRun only unit tests:
make test-unitRun only integration tests:
make test-integrationRun only end-to-end tests:
make test-e2eRun only smoke tests:
make test-smoke