Skip to content

pokemonle/pokemonle-api

 
 

Repository files navigation

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

About

backend api of pokemonle

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Python 98.6%
  • Other 1.4%