/API_sample

fastAPI + OpenTelemetry + Prometheus + JAEGER + CORS

Primary LanguagePython

API_sample

fastAPI + OpenTelemetry + Prometheus + JAEGER + CORS

Available front

Build instruction

Requirements:

  • Docker

Running

docker compose up

Development

Requirements

  • Poetry 1.1.12
  • Python 3.9

Enviroment creation

poetry install

Running api only inside enviroment

poetry run uvicorn --host=0.0.0.0 --port=8000 app.api:app