packit-service
packit-service copied to clipboard
Introduce FastAPI alongside Flask
- 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)