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