Experiment with the BRK (Kadaster) API using FastAPI.
Prerequisites:
- mise version
2025.1.0or later - uv version
0.6.0or later - python version
3.12.0or later
- Run
mise run initto initialize the environment. - Copy
.env.exampleto.envand configure the settings. - Run
mise run startto start the API server.