Skip to content

Latest commit

 

History

History
35 lines (21 loc) · 1.16 KB

File metadata and controls

35 lines (21 loc) · 1.16 KB

BRK API Experiment

License

Experiment with the BRK (Kadaster) API using FastAPI.

How To Run

Prerequisites:

  • mise version 2025.1.0 or later
  • uv version 0.6.0 or later
  • python version 3.12.0 or later

Development

  1. Run mise run init to initialize the environment.
  2. Copy .env.example to .env and configure the settings.
  3. Run mise run start to start the API server.

References

Kadaster BRK Docs

PDOK Locatieserver Docs

KadastraleKaart.com API Docs

FastAPI Docs

Pydantic Docs

Pydantic Settings Docs

HTTPX Docs

Loguru Docs