Skip to content

Latest commit

 

History

History
14 lines (12 loc) · 286 Bytes

File metadata and controls

14 lines (12 loc) · 286 Bytes

Pokemonle API

Deploy Guide

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