Run with Docker (recommended) Build the Docker image docker build -t api . Run the container docker run -p 8000:8000 api Run with Poetry Install Poetry See instructions here. Install the dependencies in a virtual environment poetry install Start the API poetry run api Poetry commands Format the code poetry run format Lint the code poetry run lint Fix linting errors poetry run lint --fix