Simple FastAPI app to display image and fact about cats.
Project uses uv for managing and is targeting Python 3.13.
Sync used python packages with
uv sync --lockeddocker build -t azska/catapp .Prebuild image can be found here
To run project execute next command
uv run fastapi <mode>
Replace <mode> with one of the following options:
- dev
- run
Application accepts connections on port 8000
docker run -d -p 8000:8000 azska/catappTo view application go to 127.0.0.1:8000