As a developer
I want to refactor the microservice to use Flask-RESTX
So that I can take advantage of enhanced features, including better documentation with Swagger.
Assumptions:
The current microservice is built using a basic Flask structure.
The lab-flask-restplus-swagger repository is accessible as a reference for proper file layout.
Existing tests are comprehensive
Acceptance Criteria:
The microservice structure is updated to follow the Flask-RESTX layout fromlab-flask-restplus-swagger.
All existing tests pass, confirming the refactor maintains current functionality
As a developer I want to refactor the microservice to use Flask-RESTX So that I can take advantage of enhanced features, including better documentation with Swagger.
Assumptions:
lab-flask-restplus-swagger
repository is accessible as a reference for proper file layout.Acceptance Criteria:
The microservice structure is updated to follow the Flask-RESTX layout from
lab-flask-restplus-swagger.
All existing tests pass, confirming the refactor maintains current functionality