aitestdrive
local start instructions:
- Install gcloud-sdk.
gcloud auth application-default login
gcloud config set project <project-id>
- Copy
.env.example
to.env
and provide the required values. - Run the server (use
poetry run server
or one of the provided PyCharm run-configurations).