packit-service icon indicating copy to clipboard operation
packit-service copied to clipboard

Introduce FastAPI alongside Flask

Open lbarcziova opened this issue 10 months ago • 0 comments

  • set up FastAPI within the existing project structure
  • ensure it runs alongside Flask without breaking existing functionality
  • make sure OpenAPI documentation is generated
  • add a basic health check endpoint in FastAPI to verify functionality (see healthz.py)
  • migrate system.py (while still preserving the Flask endpoint)

lbarcziova avatar Feb 14 '25 09:02 lbarcziova