Installation Python >= 3.12 required. Make a new virtualenv. $ pip install -U pip $ pip install pipenv $ pipenv sync --dev $ playwright install Run tests: $ pytest Run the service: $ uvicorn postcode_lookup.app:app --reload Visit http://127.0.0.1:8000