Pokemonle API Deploy Guide Create a .env file and add the following environment variables. Install dependencies. uv sync --all-groups uv pip install -e . Run api with uvicorn. uvicorn main:app --reload --port 9000