Requires:
- Python >= 3.12
uv>=0.5.12,<0.6.0
installed globally.
$ uv sync --dev
$ playwright install
Run tests:
$ uv run pytest
Run the service:
$ uv run uvicorn postcode_lookup.app:app --reload
Visit http://127.0.0.1:8000
Requires:
uv>=0.5.12,<0.6.0
installed globally.$ uv sync --dev
$ playwright install
Run tests:
$ uv run pytest
Run the service:
$ uv run uvicorn postcode_lookup.app:app --reload
Visit http://127.0.0.1:8000