Skip to content

kanedata/find-that-postcode-fastapi

Repository files navigation

Development

Run a development server

uvicorn findthatpostcode:app --reload

Testing

python -m pytest

Using coverage:

coverage run -m pytest && coverage html
python -m http.server -d htmlcov 8001

Linting/formatting

ruff .
ruff format --check .
ruff . --fix
ruff format .

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published