Simple service with one downstream call, written in Python 3 asgi with uvicorn server.
Endpoints:
- "/"
- "/health"
python3 -m venv .venv
source .venv/bin/activate
In VSCode: Cmd-Shift-P > Select Python Interpreter > .venv/...
pip install -r requirements.txt
pip install -r requirements_dev.txt
python3 -m pytest
Use provided Dockerfile to create a container image.